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.

TMS570LS31 Blinky Example

I suggessfully created and compiled and run the Blinky Example from HALGEN.

Although debugging in the project properties in enabled, I'm not able to debug, The applicatioins just ignores all braking points.

  • Hi Lutz,

    Although debugging in the project properties in enabled, I'm not able to debug, The applicatioins just ignores all braking points.

    Can you paste the screenshot of what is exactly happening esp. the error window if any?

    Regards,

    Gautam

  • Dear Mr. Berger,

    I am going to move this to the Hercules forum so that you may receive better feedback.


    Thank you,
    Brett

  • In above screenshot you can see the debug configuration, the application is running, but not halting at break points. The halting is working with the TI-Demo Software, why not here.

  • Hi Lutz,

    Not sure what the issue is but is it possible that your code doesn't reach main()?

    There is quite a lot of initialization work to do before reaching main() on this part and it may just be that you are getting stuck in that code.   It happens sometimes especially on rev A silicon.

    In any case it woudl be good to know:

      a) when you pause the CPU again where is it running from ?

      b) what does your 'breakpoints' tab look like?

     

  • Hi Anthony,

    Thanks a lot. Looking at the breakpoint tab, I saw under name "---". The Icon on the code line was a round blue. Double clicking on it, it vanished, and again double clicking on it a blue raute appeared and the name became "breakpoint" in the breakpoint tab and debugging is now possible without any problem.

    Regards,

    Lutz