Looking for some help with some issues loading code on to the ARM9 processor in the OMAP L138. I started off with a 'hello world' project using the ARM compiler built into CCS. The project builds correctly and I am able to connect to the target (ARM9 and C674x) but every time I try to load code to the ARM9 it fails with the following errors.
ARM9_0: Breakpoint Manager: Retrying with a AET breakpoint
ARM9_0: Trouble Setting Breakpoint with the Action "Process CIO" at 0x80005fd8: Error 0x00000008/-1066 Error during: Break Point, Cannot set/verify breakpoint at 0x80005FD8
ARM9_0: Breakpoint Manager: Retrying with a AET breakpoint
ARM9_0: Trouble Setting Breakpoint with the Action "Finish Auto Run" at 0x80005e10: Error 0x00000008/-1066 Error during: Break Point, Cannot set/verify breakpoint at 0x80005E10
ARM9_0: Trouble Setting Breakpoint with the Action "Terminate Program Execution" at 0x80006374: Error 0x00000008/-1066 Error during: Break Point, Cannot set/verify breakpoint at 0x80006374
Couple of points to note:
- I am able to build the same 'hello world' project, load and run it to completion on the C674x core on the OMAP L138. (I'm assuming this means I can eliminate the emulator as a potential source of trouble).
- I have been able to boot linux on the ARM9 of the OMAP L138 using the SD card that ships with the OMAP L138 EVM. (I'm assuming this means the ARM processor is ok :) )
I found a couple of threads on the e2e forum that talk about these error messages but it isn’t clear if the issue being discussed is relevant to the issue I'm facing.
http://e2e.ti.com/support/microcontrollers/tms320c2000_32-bit_real-time_mcus/f/171/t/98990.aspx
The thread below seems to suggest that problems with the GEL file can cause these issue.
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/178360.aspx
GEL file used is attached to this thread.
Looking through the startup_log file you'll notice a whole bunch of timeouts when enabling the various LPSC modules. Seems like this might be the issue but I'm not sure how to fix this. Any suggestions you have are welcome.
Thanks,
Dinesh