2024-03-20
02:36 AM
- last edited on
2024-03-26
03:09 AM
by
Lina_DABASINSKA
Hello,
I tried to use openOCD with my custom board based on SPC58EG80E5. I can successfully flash the ELF file of my project with SPC5LNKA debugger, but the debug features such as the watch window and breakpoints do not work.
How can I enable these features?
2024-03-27 02:12 AM - edited 2024-03-27 02:19 AM
Hello,
Select the icon highlighted in the image below to open the perspective window and select Debug.
Select Debug Configurations.
After selecting your configuration, insert the path of the elf file in the project field. Click on Debug.
The console opens up and shows your application code execution. The code execution stops at the main file. To continue executing the code, press resume. You can manually insert a breakpoint to stop code execution.
You can see the video tutorial how to use openOCD inside AutoDevKit Studio Welcome Page>Tutorial or see the AEK-MCU-SPCLNK_QSG.pdf file attached.
Best Regards,
AutoDevKit Team