Hi all,
I am working on AM335X platform, using CCS5.2.1. I wanted to try to run a small program on the board to begin with, so I executed a small "hello world" kind of program which has no dependencies and essentially does not do anything.
I am able compile properly and get .out file. I am able to connect to the target core but when I want to load the program, I am getting following error.
"Trouble Removing Breakpoint with the Action "Finish Auto Run" at 0x80ac: (Error -1066 @ 0x3332) Unable to set requested breakpoint in memory. Verify that the breakpoint address is in writable memory"
Please help me solve the problem
Thanks.