I am implementing a board specific two stage bootloader (much like UBL + U_BOOT) for a DM365 platform. I am having a problem trying to debug my code when I allow my target to boot from the external onenand on this board. While I can connect using CCS 3.3.82.13 via my XDS510USB, I loand my stage two BL into the internal IRAM on the part, but can't step there?
I get the following error;
Can't Single Step Target Program: Error 0x00000021/-1025 Error during: Command, Execution, An error was encounterd within the emulation driver (PTI), but the precise context is unknown
However, if I allow the RBL to boot, I can execute my stage 2 loader all day long.
Any ideas or suggestions would be appreciated!
Thanks!