Author |
Message |
Topic: EUSART synchronous operation |
rdburghard
Replies: 3
Views: 9734
|
Forum: General CCS C Discussion Posted: Tue Sep 22, 2015 10:25 am Subject: EUSART synchronous operation |
Yes, I agree, I'm thinking the normal Asynch mode would be easier. That is what I get from reading the PIC manual. It suggested using the Synch mode for things like communications between PICS. I'm ... |
Topic: EUSART synchronous operation |
rdburghard
Replies: 3
Views: 9734
|
Forum: General CCS C Discussion Posted: Mon Sep 21, 2015 4:00 pm Subject: EUSART synchronous operation |
I am trying to communicate between two PIC18F46K22 controllers (@ 16MHZ internal frequency), using their EUSART's connected directly together. I am trying to understand the synchronous operation in a ... |
Topic: PCWH Version 4.041 Crashes during install |
rdburghard
Replies: 14
Views: 13896
|
Forum: General CCS C Discussion Posted: Fri Jun 08, 2007 7:57 pm Subject: 4.041 crashes |
Yes, I have done the same thing today. I have also left an email with CCS support. I am trying to update from version 4.039. The utility file will install but the pcwhupd.exe file crashes. I was t ... |
Topic: Code Protection with PIC18F2525 problem |
rdburghard
Replies: 2
Views: 4257
|
Forum: General CCS C Discussion Posted: Thu May 03, 2007 4:44 pm Subject: Code Protection with PIC18F2525 problem CURED! |
Thanks for all the help. I didn't know I could see the programmed fuse settings in the .LST file. That is great. I haven't been looking at that file. I need to study the assembly code anyway to le ... |
Topic: Code Protection with PIC18F2525 problem |
rdburghard
Replies: 2
Views: 4257
|
Forum: General CCS C Discussion Posted: Tue May 01, 2007 2:46 pm Subject: Code Protection with PIC18F2525 problem |
I can't seem to get the CCS compiler to set the code protection bits on the PIC18F2525. I have #FUSES CPB and #FUSES PROTECT=8 in my file. I thought those two would do the trick, but they don't seem ... |
|