[ABANDONED] Debug problem in ES

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • [ABANDONED] Debug problem in ES

    Hi,
    I'm trying to debug with J-Link EDU a project created with STM32CubeMX and built in ES, but the debug freeze in SystemClock_Config() function. If I debug the elf file built in ES using Ozone the debug is done without errors. In ES The debug seems to freeze in ISR_HANDLER SysTick_Handler in Cortex_M_Startup.s. I attached the STM32CubeMX project, the ES solution and the Ozone project. I want to use ES because with Ozone, if I'm right, I can't run the project, but only start a debug session. If someone could help me it is very apreciated.


    Thanks
    Files
    • Executable_1.emProject

      (4.79 kB, downloaded 391 times, last: )
    • SA.jdebug

      (15.17 kB, downloaded 394 times, last: )
    • SAprg.zip

      (3.52 kB, downloaded 345 times, last: )
  • Hello,

    Thank you for your inquiry.
    Such an issue is not known to us.
    How did you create the project?
    You can also alternatively create an Atollic project and use the ES project importer for Eclipse.
    This should import your CubeMX project without any issues.

    Best regards,
    Nino
    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: segger.com/ticket/

    Or you can contact us via e-mail.
  • Hi Nino, thank you for your reply. I created the project with CubeMX as Makefile and just built adding nothing to the project, with the options in attached CubeMX file. As you suggested I created the project for Atollic, I imported the project in ES, but I have the same issue. I'm able to built and debug with Ozone, but the debug freeze in ES.

    I hope you can help me.

    Regards