TMS320F2800132: Sector Violation Issue

Part Number: TMS320F2800132
Other Parts Discussed in Thread: UNIFLASH

Tool/software:

I am using C2Prog to flash my Project hex file . but i am getting Sector Violation issue . check the snippet 

I checked my Linker Command file could not find any memory location for 0x100000

Then, i found uniflash Application to flash the hex code to Target but same result 

Note: i am able to flash the target using same setup with CCS

  • Hi,

    Per the F2800132 Datasheet, this device's available main flash memory range goes from 0x80000 - 0x87FFF. 

    Similar thread detailing the memory range change needed to place contents in Flash Memory. 

    Can you check if any .const or .cinit sections are being assigned to this memory? What does the SECTIONs portion of the Linker Command File look like for you?

    Thanks and regards,

    Charles