Hello,
I have just started working with Code Composer Studio and the OMAP 3530 processor. I am using a Spectrum Digital XDS510 USB JTAG emulator. I created a target configuration without any GEL files. I halt the Cortex-A8 in UBoot through a serial connection and then I connect from Code Composer Studio. The basic connection seems fine. However, after I write a simple program to print a few variables to console, I get errors during the debug session. It seems like the program does not get loaded due to the following error:
Cortex_A8_0: Warning: Error 0x40000002/-1065 Warning during: Memory, Invalid memory access at 0x00000000
Cannot write to target
Since I am not using any GEL scripts, I would expect the memory map to be configured correctly. It would be very helpful if someone can share their experience with Beagleboard and CCSv4 or give an explanation of why this could be happening. I wonder if I would have to modify existing GEL scripts and use them instead of initializing through the kernel's boot loader.
FYI: There were no GEL scripts from the board manufacturer.
Thank you in advance!