I have a OMAP-L138 EVM development kit and trying to learn how to program it for the first time.
The chip is a TMS320 C6748B2CE.
I get the following when i try to program the chip (program still debugs and runs but on reset of power the memory is set back to what ever was initially stored in the flash)
C674X_0: Loader: One or more sections of your program falls into a memory region that is not writable. These regions will not actually be written to the target. Check your linker configuration and/or memory map.
C674X_0: Trouble Writing Register PC: (Error -1176 @ 0x8BA0) Unable to access device memory. Verify that the memory address is in valid memory. If error persists, confirm configuration, power-cycle board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 5.1.507.0)
The ccxml file setting are for TMS320C6748 and the ..\..\..\..\evmc6748_v1-1\gel\C6748.gel
How would i go about fixing this error and flashing the chip with the program?