Tool/software: TI C/C++ Compiler
Hi,
There are several options for debugging model, like symdebug:coff, symdebug:dwarf and symdebug:profile_coff.
We'd like to know, will these three models impact customer's application function?
Just an example: with symdebug:dawrf, the *.out is generated; it will be converted to *.bin and then download to C2000. Application function works well. The same to symdebug:coff.
But when switch to symdebug:profile_coff, the application function can't work well.
What's your suggestion on the debugging model?
Thanks a lot.
Br, Jordan