This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28384S: Debugging into driverlib

Part Number: TMS320F28384S

Tool/software:

Hi

Is it possible to step into driverlib function? I have seen that the step line position is not correct and is not possible to understand wich is the executing line, sometimes it seems to step trought source comments...

This appens both with CCS12.8.1 and CCS20

Best regards

  • Hi Luca,

    What level of optimization do you have configured in your project? Having a higher level of optimization will make it more difficult to debug since some of the instructions and the order of instructions may be optimized further through the compiler. It is recommended to debug with optimization disabled if you are want to get accurate stepping through the code. 

    Regards,

    Peter