How to debug interrupt ISR and FreeRTOS tasks in STM32CubeIDE?
I have tried to follow a youtube video https://www.youtube.com/watch?v=TH2aCiU9Jyo (Analyzing FreeRTOS Application using SEGGER SystemView Trace software : Part 1 from Fastbit Embedded Brain Academy ) to try and debug the ISR from SEGGER SystemView Trace software.
The process require one to flash STLink firmware with a JLink Compatible Firmware, afterwards use Segger SystemVIew to record and view the the hardware interrupts/ FreeRtos Task in realtime. And one should also include the RTT library into their project and add relevant code into their source file.
I want to know if this is the correct approach for debugging ISR and Tasks ? I couldn't find any guides on how to achieve this in STM32CubeIDE, most guides are for Keil,Eclipse or Atollic only! And I do not want to switch to another IDE as my code currently works well with ToughGFX Designer, STM32CubeIDE.
Can anyone provide the standard approach for debugging ISR and Tasks in STM32CubeIDE with/without Segger SystemView to allow amateur programmers such as myself the opportunity to debug their program?
Thank you very much for your time!