Hi,
I'm using AM335x Starter kit with CCSv5.2.1. When I try to load the demo program of starterware into the target RAM, I'm getting the following error
CortxA8: Breakpoint Manager: Retrying with a AET breakpoint
"CortxA8: Trouble Setting Breakpoint with the Action "Finish Auto Run" at 0x80000d90: (Error -1066 @ 0x333C) Unable to set requested breakpoint in memory. Verify that the breakpoint address is in writable memory. (Emulation package 5.0.747.0)"
The dissemble code appears to be as
.............
7fffffec: Target failed to read memory at 0x7FFFFFEC [code=0x1]
7ffffff0: Target failed to read memory at 0x7FFFFFF0 [code=0x1]
7ffffff4: Target failed to read memory at 0x7FFFFFF4 [code=0x1]
7ffffff8: Target failed to read memory at 0x7FFFFFF8 [code=0x1]
7ffffffc: Target failed to read memory at 0x7FFFFFFC [code=0x1]
$Z:/StarterWare_GITORIOUS_PSP/StarterWare_02_00_00_06/system_config/armv7a/cgt/init.asm:97:178$, Entry:
80000000: 00000000 ANDEQ R0, R0, R0
80000004: 00000000 ANDEQ R0, R0, R0
80000008: 00000000 ANDEQ R0, R0, R0
8000000c: 00000000 ANDEQ R0, R0, R0
80000010: 00000000 ANDEQ R0, R0, R0
...............
When I tried to figure out the problem through forum, they directed me disable the creation Hardware Breakpoints, but still I cannot resolve this issue.
Any help is appreciated!
Thanks,
Easwar