Author |
Message |
Topic: Error starting IDE |
SeeCwriter
Replies: 2
Views: 2480
|
Forum: General CCS C Discussion Posted: Tue Jul 23, 2024 4:22 pm Subject: Error starting IDE |
What does error message "Failed to Parse Files Section: 27" mean when starting up the IDE? |
Topic: Enabling CLKOUT |
SeeCwriter
Replies: 3
Views: 13057
|
Forum: General CCS C Discussion Posted: Thu Aug 11, 2022 12:53 pm Subject: Enabling CLKOUT |
Your suggestions worked. Thanks. |
Topic: Enabling CLKOUT |
SeeCwriter
Replies: 3
Views: 13057
|
Forum: General CCS C Discussion Posted: Thu Aug 11, 2022 9:56 am Subject: Enabling CLKOUT |
I'm using a PIC16F1823 and v5.109 of the PCWHD compiler. I am trying enable the CLKOUT feature that will output Fosc/4. I setup the pic as:
#FUSES WDT //Watch Dog Timer
#FUSES INTRC_I ... |
Topic: rs232 receive_buffer |
SeeCwriter
Replies: 1
Views: 9818
|
Forum: General CCS C Discussion Posted: Wed Apr 27, 2022 8:40 am Subject: rs232 receive_buffer |
I've never used the receive_buffer option in rs232 configuration, and there aren't any examples showing how it's used. So, how does it work, and how would it be useful? I have my own buffer I stuff re ... |
Topic: Pointers to an array |
SeeCwriter
Replies: 2
Views: 11568
|
Forum: General CCS C Discussion Posted: Mon Nov 30, 2020 12:04 pm Subject: Pointers to an array |
I will check it out. Thanks. |
Topic: Pointers to an array |
SeeCwriter
Replies: 2
Views: 11568
|
Forum: General CCS C Discussion Posted: Mon Nov 30, 2020 10:41 am Subject: Pointers to an array |
Can I create an array of 32-bit integers and assign that to a pointer? I don't have hardware to test this right now, and when I tried it a few years ago it didn't work. It compiled but the program did ... |
Topic: rs232 icd |
SeeCwriter
Replies: 9
Views: 21414
|
Forum: General CCS C Discussion Posted: Fri Jul 26, 2019 9:34 am Subject: rs232 icd |
I guess I'm not understanding how #use rs232(icd) works. I thought it would send printf strings to the ICD debugger instead of the STDOUT serial port.
But the compiler complains that rs232(icd) is n ... |
Topic: Using Bootloader |
SeeCwriter
Replies: 27
Views: 45713
|
Forum: General CCS C Discussion Posted: Thu Jul 25, 2019 3:07 pm Subject: Using Bootloader |
I've been working with CCS tech support today to try and figure this out. It turns out that Xon/Xoff have to be disabled in order for it to work. Tera-Term doesn't work with Xon/Xoff enabled or disab ... |
Topic: Using Bootloader |
SeeCwriter
Replies: 27
Views: 45713
|
Forum: General CCS C Discussion Posted: Thu Jul 25, 2019 1:57 pm Subject: Using Bootloader |
I thought hardware flow control is RTS/CTS and that XON/XOFF is software flow control. How would a UART even know whether 0x13 was an XOFF or a binary byte? |
Topic: Using Bootloader |
SeeCwriter
Replies: 27
Views: 45713
|
Forum: General CCS C Discussion Posted: Thu Jul 25, 2019 11:33 am Subject: Using Bootloader |
I found out how to use SIOW and it provides from interesting information. It has a logging feature that will log everything it receives and transmits on the serial port. The full log to upload my pr ... |
Topic: Using Bootloader |
SeeCwriter
Replies: 27
Views: 45713
|
Forum: General CCS C Discussion Posted: Wed Jul 24, 2019 8:57 am Subject: Using Bootloader |
PCM Programmer, I wasn't being critical of you. Thank you for your work.
I'm going to experiment with TeraTerm, since that seems to be where the problem is. |
Topic: Using Bootloader |
SeeCwriter
Replies: 27
Views: 45713
|
Forum: General CCS C Discussion Posted: Tue Jul 23, 2019 3:21 pm Subject: Using Bootloader |
If you set the per character delay to 10ms, and are running at 9600 baud, you are basically running at 960 baud. Add to that 100ms per line, and my program of 142K, with 3200 lines, will take just ove ... |
Topic: Using Bootloader |
SeeCwriter
Replies: 27
Views: 45713
|
Forum: General CCS C Discussion Posted: Tue Jul 23, 2019 12:32 pm Subject: Using Bootloader |
If you look at the bootloader in my original post, it has #org set the same. I don't see any difference between your code and what I have, other than the serial baud rate. And I wouldn't think the bau ... |
Topic: Using Bootloader |
SeeCwriter
Replies: 27
Views: 45713
|
Forum: General CCS C Discussion Posted: Tue Jul 23, 2019 9:49 am Subject: Using Bootloader |
So, the only change needed to get it to work is to add the delays to TeraTerm? |
Topic: Using Bootloader |
SeeCwriter
Replies: 27
Views: 45713
|
Forum: General CCS C Discussion Posted: Mon Jul 22, 2019 10:28 am Subject: Using Bootloader |
Any success at finding the problem? |
|