Hi,
DSP: TMS320C5505-15.
Code are written in C mixed assembly (.asm).
IDE version is CCSV5.4.
I have function written in assembly code. When I set breakpoint in .asm file and debug it step by step. The result is as expected. However, when I remove the breakpoint and run it. It seems drop in endless loop which is written in another assembly code (When I suspended the code, it stopped there). There is no buffer shared between the two functions.
At the same time, error occurs as the title described.
C55xx: Trouble Halting Target CPU: (Error -1138 @ 0x400) Device refused to allow debug mode. Power-cycle the board. If error persists, confirm configuration and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 5.1.232.0)
Could anyone can share some idea for further debugging? Thanks.
B.R.
Eddie