Author |
Message |
Topic: Version 5.049 baud rate issue |
wc6r4
Replies: 5
Views: 9692
|
Forum: General CCS C Discussion Posted: Tue Feb 23, 2016 12:02 pm Subject: Version 5.049 baud rate issue |
The obvious one that will cause problems is CPUDIV. Add CPUDIV1.
The V5 compilers leave these bits at '11', which is the erased state, so you will get CPUDIV4.
This fixed it! Thanks so much! |
Topic: Version 5.049 baud rate issue |
wc6r4
Replies: 5
Views: 9692
|
Forum: General CCS C Discussion Posted: Mon Feb 22, 2016 9:24 am Subject: Version 5.049 baud rate issue |
I haven't gotten a chance to see my clock, but here are my fuses:
#fuses HS, NOWDT, PUT, NOPROTECT, NOLVP |
Topic: Version 5.049 baud rate issue |
wc6r4
Replies: 5
Views: 9692
|
Forum: General CCS C Discussion Posted: Fri Feb 19, 2016 2:00 pm Subject: Version 5.049 baud rate issue |
I recently updated from version 4.068 to 5.049, and I'm having an issue with the same code working in both versions. Whenever I use either compiler, the code compiles, but when I attempt to communicat ... |
|