I have AM437x IDK development board and I am using original files (GEL files etc..) provided in CCS6 to connect and debug the sample program(simple program to write 100 locations in DDR) on the board.
I can load code, it runs to main() and breaks, and I can step through. But when I set a hardware break point at a later stage and allow the code to run, it is not halting on the hardware break point.
Any suggestions?
PS: I have worked on AM335x EVM with CCS5. There I was able to put hardware break points and debug the Linux kernel also in stop mode.