Author |
Message |
Topic: library problem with boot sector |
lupoccs
Replies: 9
Views: 17750
|
Forum: General CCS C Discussion Posted: Thu Jun 13, 2019 2:31 am Subject: library problem with boot sector |
I tried successfully to put the math.h in a specific flash range with an #ORG START,END default , but the constants to initialize the array still remains in the boot sector.....
Thank You |
Topic: library problem with boot sector |
lupoccs
Replies: 9
Views: 17750
|
Forum: General CCS C Discussion Posted: Wed Jun 12, 2019 1:54 am Subject: library problem with boot sector |
You are right, if I put the math library after ORG with iniboot endboot default both main and math library are in the boot sector, but my question was different.
I don't want math library in the boot ... |
Topic: library problem with boot sector |
lupoccs
Replies: 9
Views: 17750
|
Forum: General CCS C Discussion Posted: Tue Jun 11, 2019 8:30 am Subject: library problem with boot sector |
This is my code.
It makes no sense, because is only a code to "fill" the memory to check the addresses of the function inside and outside the boot sector
The code below is the original wit ... |
Topic: library problem with boot sector |
lupoccs
Replies: 9
Views: 17750
|
Forum: General CCS C Discussion Posted: Tue Jun 11, 2019 6:11 am Subject: library problem with boot sector |
I'm trying to create a boot sector (uodate software with serial line).
I wrote several simple routines to see how they are put in the final code and to see if the boot sector contains only the softwa ... |
Topic: debug rom window address |
lupoccs
Replies: 1
Views: 7507
|
Forum: General CCS C Discussion Posted: Tue Mar 05, 2019 5:36 am Subject: debug rom window address |
I'm using the CCS Pic C compiler release 5.074.
When I open the ROM debug window I see the addresses from 0 to 007FFF and no more. My processor under debug is DSPIC33EP128MC206 and the code is from 2 ... |
Topic: rs232 break character |
lupoccs
Replies: 5
Views: 14914
|
Forum: General CCS C Discussion Posted: Tue Jul 31, 2018 8:33 am Subject: rs232 break character |
If I set the bit the while never ends, because the bit "enables" the break character transmission but doesn't transmit it, in fact the break character is transmitted only on the next true ch ... |
Topic: rs232 break character |
lupoccs
Replies: 5
Views: 14914
|
Forum: General CCS C Discussion Posted: Tue Jul 31, 2018 7:48 am Subject: rs232 break character |
I see in the user manual (datasheet) of DSPIC33EP64MC206 in the UxSTA: UARTx STATUS AND CONTROL REGISTER section that there is the bit 11 that enable the break character transmission, and I can't find ... |
Topic: rs232 break character |
lupoccs
Replies: 5
Views: 14914
|
Forum: General CCS C Discussion Posted: Tue Jul 31, 2018 4:52 am Subject: rs232 break character |
I use a DSPIC33EP64MC206 and a CCS 5.074
I would like to transmit a break character with rs232.
How can I set up the break transmission with #use rs232? Or with setup_serial?
Thank You |
|