Hi,
I've got in my believe a simple question: How can I debug the SPI driver code? I've tried to modify the file "config.bld", adding "--symdebug:dwarf -g" to C674.ccOpts.suffix. Afterwards I went to the SPI directory and recompiled the driver ("xdc clean && xdc") but without success: When I try to debug the code in CCS it only knows the function names as symbols in the C Code where I can set breakpoints. But I can't set breakpoints inside the actual code of such a function neither can I step through it.
Do you have any suggestions for me here? Any help on this issue would be very appreciated.
TIA,
Steve