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
When I build Project i have a error of #include <stdarg.h> in SEGGER.h: "Error[2]: Failed to open #include file 'stdarg.h' "
Somebody can help me?
Regards, Luca
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
- Add the SYSVIEW and RTT core modules to the project
- Include SEGGER_SYSVIEW_Config_FReeRTOS.c in the project.
- At the end of FreeRTOSConfig.h or before every FreeRTOS.h add #include "SEGGER_SYSVIEW_FreeRTOS.h"
- In FreeRTOSConfig.h define INCLUDE_xTaskGetIdleTaskHandle as 1.
- In FreeRTOSConfig.h define INCLUDE_pxTaskGetStackStart as 1.
- Apply the patch file to the FreeRTOS kernel sources.
- Call SEGGER_SYSVIEW_Conf() in main after target initialization.
When I build Project i have a error of #include <stdarg.h> in SEGGER.h: "Error[2]: Failed to open #include file 'stdarg.h' "
Somebody can help me?
Regards, Luca
Luca