Other Parts Discussed in Thread: TMS320C5515
Hi,
I'm having an issue being able to debug asm files in CCS Version: 6.0.1.00040 on a Windows 7, 64-bit machine, w/ the TMS320C5515 and compiler TI v4.4.1.
Basically I have a *.c file that I have the compiler keep onto the assembly file output.
I then take the *.asm file and modify it, place it into my project, and then exclude from build the *.c file that generated the *.asm file.
When I place any breakpoints inside the *.asm file the IDE does not recognize them (they turn yellow), and will not halt when the code is executed.
When I hover over the breakpoint with my mouse a little pop up says that S/W break points are disabled.
Is it possible to place breakpoints in *.asm files?
Thanks