Tool/software: Code Composer Studio
Hello,
C2Proj is giving a Sector violation (0xce50...0xce5f) for flash based application. I generated the ehx file the same way I did for a non-DSP./BIOS that I successfully downloade to the uC using C2Proj.
According to the map file, the following is located in that region.
.trace 0 0000ce00 00000200
0000ce00 00000200 --HOLE-- [fill = 0000]
That region seems like some type of trace buffer for the DSP/BIOS, which should be in RAM.
I was able to download and run the program using a JTAG debugger. Also, the program ran ok after removing the debugger and cycling power.
The disassembly of that region is shown below.
How do I fix this issue?
Stephen
SYS_PUTCBEG: 00ce00: 0000 ITRAP0 00ce01: 0000 ITRAP0 00ce02: 0000 ITRAP0 00ce03: 0000 ITRAP0 00ce04: 0000 ITRAP0 00ce05: 0000 ITRAP0 00ce06: 0000 ITRAP0 00ce07: 0000 ITRAP0 00ce08: 0000 ITRAP0 00ce09: 0000 ITRAP0 00ce0a: 0000 ITRAP0 00ce0b: 0000 ITRAP0 00ce0c: 0000 ITRAP0 00ce0d: 0000 ITRAP0 00ce0e: 0000 ITRAP0 00ce0f: 0000 ITRAP0 00ce10: 0000 ITRAP0 00ce11: 0000 ITRAP0 00ce12: 0000 ITRAP0 00ce13: 0000 ITRAP0 00ce14: 0000 ITRAP0 00ce15: 0000 ITRAP0 00ce16: 0000 ITRAP0 00ce17: 0000 ITRAP0 00ce18: 0000 ITRAP0 00ce19: 0000 ITRAP0 00ce1a: 0000 ITRAP0 00ce1b: 0000 ITRAP0 00ce1c: 0000 ITRAP0 00ce1d: 0000 ITRAP0 00ce1e: 0000 ITRAP0 00ce1f: 0000 ITRAP0 00ce20: 0000 ITRAP0 00ce21: 0000 ITRAP0 00ce22: 0000 ITRAP0 00ce23: 0000 ITRAP0 00ce24: 0000 ITRAP0 00ce25: 0000 ITRAP0 00ce26: 0000 ITRAP0 00ce27: 0000 ITRAP0 00ce28: 0000 ITRAP0 00ce29: 0000 ITRAP0 00ce2a: 0000 ITRAP0 00ce2b: 0000 ITRAP0 00ce2c: 0000 ITRAP0 00ce2d: 0000 ITRAP0 00ce2e: 0000 ITRAP0 00ce2f: 0000 ITRAP0 00ce30: 0000 ITRAP0 00ce31: 0000 ITRAP0 00ce32: 0000 ITRAP0 00ce33: 0000 ITRAP0 00ce34: 0000 ITRAP0 00ce35: 0000 ITRAP0 00ce36: 0000 ITRAP0 00ce37: 0000 ITRAP0 00ce38: 0000 ITRAP0 00ce39: 0000 ITRAP0 00ce3a: 0000 ITRAP0 00ce3b: 0000 ITRAP0 00ce3c: 0000 ITRAP0 00ce3d: 0000 ITRAP0 00ce3e: 0000 ITRAP0 00ce3f: 0000 ITRAP0 00ce40: 0000 ITRAP0 00ce41: 0000 ITRAP0 00ce42: 0000 ITRAP0 00ce43: 0000 ITRAP0 00ce44: 0000 ITRAP0 00ce45: 0000 ITRAP0 00ce46: 0000 ITRAP0 00ce47: 0000 ITRAP0 00ce48: 0000 ITRAP0 00ce49: 0000 ITRAP0 00ce4a: 0000 ITRAP0 00ce4b: 0000 ITRAP0 00ce4c: 0000 ITRAP0 00ce4d: 0000 ITRAP0 00ce4e: 0000 ITRAP0 00ce4f: 0000 ITRAP0 00ce50: 0000 ITRAP0 00ce51: 0000 ITRAP0 00ce52: 0000 ITRAP0 00ce53: 0000 ITRAP0 00ce54: 0000 ITRAP0 00ce55: 0000 ITRAP0 00ce56: 0000 ITRAP0 00ce57: 0000 ITRAP0 00ce58: 0000 ITRAP0 00ce59: 0000 ITRAP0 00ce5a: 0000 ITRAP0 00ce5b: 0000 ITRAP0 00ce5c: 0000 ITRAP0 00ce5d: 0000 ITRAP0 00ce5e: 0000 ITRAP0 00ce5f: 0000 ITRAP0
