Search Results

Search results 1-4 of 4.

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

  • 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

  • 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…

  • Hi, thank you for your reply. Using Ozone I can debug, but third party software are not working. I attached an image from J-Link GDB server when I connect the target (only as example to check the right connection) and the TrueStudio console output when the debug is paused and when is restarted. Using J-Link Flash Lite the software seems is flashed without errors, but doesn't works. I use a custom hardware and I also attached a sample application I hope you could have some suggestion I can try. B…

  • Hello everybody, I'm trying to debug and flash my first program (turn on one LED) using J-Link EDU. The CPU I'm using is STM32L431CC. I'm able to connect to CPU with J-Link GDB Server, but I'm unable to debug with any program (e.g. TrueStudio or KEIL) except Ozone, that works perfectly. I also tried to flash the program using J-Flash Lite and J_Commander and I flashed both hex and bin file without any apparent problem (the operation is done without errors), but the LED remain off. I compiled the…