Forum Discussion
Altera_Forum
Honored Contributor
11 years agoThis problem was solved.
The semihosting should be turned on for the debugger to recognize the code for execution. Adding this line into the application code would resolve the error. More information about semihosting can be found here: http://infocenter.arm.com/help/index...054209469.html The error ERROR(CMD16-TAD11-NAL33): appears sometimes since the system is not reset. Either doing a reset through the debugger/powering the board off and on should be able to resolve this. Hope this helps for others facing the same issue. Cheers, Nitin.