Author |
Message |
Topic: #rom crc16(start, end) Access Violation |
jychua
Replies: 4
Views: 16047
|
Forum: General CCS C Discussion Posted: Thu Nov 11, 2021 8:07 am Subject: #rom crc16(start, end) Access Violation |
Thanks for looking into this! Will do.
Best,
jychua |
Topic: #rom crc16(start, end) Access Violation |
jychua
Replies: 4
Views: 16047
|
Forum: General CCS C Discussion Posted: Wed Nov 10, 2021 12:09 pm Subject: #rom crc16(start, end) Access Violation |
Hey Ttelmah,
Sorry my bad. Target is PIC18F46Q10. Fuses are as follows:
#fuses NOPPS1WAY, BROWNOUT, BORV28
#fuses NOLVP, WDT_SW, PUT
#fuses SCANE
#fuses NOPROTECT, NOCPD
#use delay ... |
Topic: #rom crc16(start, end) Access Violation |
jychua
Replies: 4
Views: 16047
|
Forum: General CCS C Discussion Posted: Wed Nov 10, 2021 10:45 am Subject: #rom crc16(start, end) Access Violation |
Hello,
Using PCWHD Compiler (IDE version 5.105 and PCH version 5.105), I am trying to use the #rom macro to put CRC calculation within the program memory. But for some reason the crc16 option is gi ... |
Topic: SFR/BIT List |
jychua
Replies: 5
Views: 19544
|
Forum: General CCS C Discussion Posted: Mon Sep 20, 2021 12:55 pm Subject: SFR/BIT List |
Thank you all for your help! Really appreciate it. |
Topic: SFR/BIT List |
jychua
Replies: 5
Views: 19544
|
Forum: General CCS C Discussion Posted: Fri Sep 17, 2021 2:37 pm Subject: SFR/BIT List |
Hey all,
For the getenv function, one is able to check if certain SFRs/BITs are valid before using the #bit or #byte macros. I was wondering where I can find a list of the available SFRs/bit names? ... |
Topic: Bootloader Example Understandings |
jychua
Replies: 6
Views: 21611
|
Forum: General CCS C Discussion Posted: Fri Sep 17, 2021 2:32 pm Subject: Bootloader Example Understandings |
Will do. Thanks for the input! |
Topic: Bootloader Example Understandings |
jychua
Replies: 6
Views: 21611
|
Forum: General CCS C Discussion Posted: Thu Sep 16, 2021 7:48 am Subject: Bootloader Example Understandings |
Thank you for the clarifications! Sounds good to me. |
Topic: Bootloader Example Understandings |
jychua
Replies: 6
Views: 21611
|
Forum: General CCS C Discussion Posted: Wed Sep 15, 2021 11:32 am Subject: Bootloader Example Understandings |
Hey all,
I have been trying to understand how bootloader is implemented using the CCS C Compiler (using PIC18F46Q10; compiler version 5.105). Here is what I have gathered so far, please correct any ... |
Topic: Building with Same Compiler Different IDE Version |
jychua
Replies: 4
Views: 17347
|
Forum: General CCS C Discussion Posted: Wed Aug 25, 2021 11:35 am Subject: Building with Same Compiler Different IDE Version |
Thank you both for the feedback. Yeah for my case the include files were different. My project uses CCS' Drivers folder, and since the two executables generate slightly different content, the changes ... |
Topic: Building with Same Compiler Different IDE Version |
jychua
Replies: 4
Views: 17347
|
Forum: General CCS C Discussion Posted: Tue Aug 10, 2021 10:03 am Subject: Building with Same Compiler Different IDE Version |
Hello,
I noticed that for the same source files, building it with the same compiler version but different IDE version (I tried CCS C Compiler IDE 5.095 vs 5.105) generates slightly different hex fi ... |
Topic: Warning Number List |
jychua
Replies: 3
Views: 15102
|
Forum: General CCS C Discussion Posted: Wed Jul 28, 2021 10:59 am Subject: Warning Number List |
Ah okay, thanks for the clarification you all!
Best,
jychua |
Topic: Warning Number List |
jychua
Replies: 3
Views: 15102
|
Forum: General CCS C Discussion Posted: Wed Jul 28, 2021 9:54 am Subject: Warning Number List |
Hello,
Within the CCS C Manual PDF, I noticed there is a macro called #ignore_warnings, which can be used to ignore specific/all warning numbers. I most likely have overlooked this, but where can I ... |
Topic: CCS Gray Out Inactive Section Conditional Compilation |
jychua
Replies: 2
Views: 13848
|
Forum: General CCS C Discussion Posted: Wed Jul 28, 2021 8:51 am Subject: CCS Gray Out Inactive Section Conditional Compilation |
Hey dluu13,
Ah okay! Thank you for your help. I will probably do that instead then.
Best,
Jui Yen |
Topic: CCS Gray Out Inactive Section Conditional Compilation |
jychua
Replies: 2
Views: 13848
|
Forum: General CCS C Discussion Posted: Tue Jul 27, 2021 12:50 pm Subject: CCS Gray Out Inactive Section Conditional Compilation |
Hello all,
Is there a way to gray out code sections that are inactive within CCS? My code has quite a few areas that are conditionally compiled, and the fact that they are the same color makes the ... |
|