Search Results

Search results 1-1 of 1.

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

  • Hi to all, I add SystemViwer to ma FreeRTOS Project. To build Project i use IAR for ARM 8.40.2 for STM32F429ZI. I do these steps for install Systemview in target 1. Add the SYSVIEW and RTT core modules to the project 2. Include SEGGER_SYSVIEW_Config_FReeRTOS.c in the project. 3. At the end of FreeRTOSConfig.h or before every FreeRTOS.h add #include "SEGGER_SYSVIEW_FreeRTOS.h" 4. In FreeRTOSConfig.h define INCLUDE_xTaskGetIdleTaskHandle as 1. 5. In FreeRTOSConfig.h define INCLUDE_pxTaskGetStackSt…