Hey people,
I generated a *.hex file using CCS4 from an example on ControlSUITE (led toggle), but C2prog acuses Sector violation (range: 0x8280 ... 0x828f)!
Anybody could help me?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hey people,
I generated a *.hex file using CCS4 from an example on ControlSUITE (led toggle), but C2prog acuses Sector violation (range: 0x8280 ... 0x828f)!
Anybody could help me?
Flavio Puhl said:
Hey people,
I generated a *.hex file using CCS4 from an example on ControlSUITE (led toggle), but C2prog acuses Sector violation (range: 0x8280 ... 0x828f)!
Anybody could help me?
Flavio,
Did you modify the program's linker command file to change it to a flash based program? The error message sounds like there is code in the project mapped to addresses in 0x8000. This memory range corresponds to RAM and not part of the flash, thus the tool complains.
Regards,
Lori