Hello,
I am working on C6678 EVM platform using CCSv5.1
(a) I have written a scheduled assembly code (which primarily has c64x+ instructions) and has an .asm extension.
(b) I add this to my project and compile (in debug mode) and load the program successfully on the hardware board.
(c) I am able to step in through the program until I reach the function call which is implemented in scheduled assembly. When I try to step in or setup a breakpoint in the scheduled assembly source, the program is simply stepping over of the function call.
(d) I am able to step-in/step-out linear assembly code successfully.
Is there any assembler setting that I should enable to be able to step-in the scheduled assembly code in CCSv5.1?
Thanks in advance.
Regards, Krishna