CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 4 matches
CCS Forum Index
Author Message
  Topic: PWM disables the uart.
KenG

Replies: 1
Views: 3713

PostForum: General CCS C Discussion   Posted: Tue May 06, 2014 5:16 pm   Subject: Fixed!
CCS had to school me on the obvious(hindsight). When using this module be sure to disable any PWMxH,L pins you do not want as PWM by clearing the enable bits in IOCONx. These pins are enabled by defau ...
  Topic: PWM disables the uart.
KenG

Replies: 1
Views: 3713

PostForum: General CCS C Discussion   Posted: Mon May 05, 2014 7:41 pm   Subject: PWM disables the uart.
When I enable the PWM the Uart quits receiving.

I can't see anything obvious in the list file. Is this a hardware problem?
Any help is appreciated!


// PWM Test
// When PWM is enabled the Uar ...
  Topic: 18F67J50 - Bug in v4.112 FYI
KenG

Replies: 1
Views: 2830

PostForum: General CCS C Discussion   Posted: Mon Oct 11, 2010 4:32 pm   Subject: 18F67J50 - Bug in v4.112 FYI
Here is the fix-

I put this in my .h file after the fuses
#byte OSCTUNE=0xF9B

I put this in main()
OSCTUNE = 0x40;
  Topic: 18F67J50 - Bug in v4.112 FYI
KenG

Replies: 1
Views: 2830

PostForum: General CCS C Discussion   Posted: Mon Oct 11, 2010 4:22 pm   Subject: 18F67J50 - Bug in v4.112 FYI
I just updated from PCH 4.109 to 4.112 and my program stopped working correctly. I am using the HSPLL fuse (which got renamed from HS_PLL). It appears that the write to OSCTUNE (F9Bh) to turn on the P ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group