Dear all,
I tried all versions, mentioned above without success.
1. First version:
1) In the file ph_NxpBuild_App.h comment out the macro NXPBUILD__PH_OSAL_FREERTOS and enable the macro NXPBUILD__PH_OSAL_NULLOS.
2) Exclude the FreeRTOS files from the build. For this right click on the FreeRTOS folder -> Resource Configurations -> Exclude from Build and select the Debug and Release configurations.
3) Set the optimization as None (-O0) from the project properties (Project -> Properties -> C/C++ Build -> Settings -> MCU C Compiler -> Optimization).
I get following compilation errors:
undefined reference to 'SVC_Handler'
undefined reference to 'PendSV_Handler'
undefined reference to 'SysTick_Handler'
2. Version
No exclusion of FreeRtos files, instead add macro definition for th eproject of "PN7462AU", as mentioned in answer of Kan.
Compilation works, but it still uses the RTOS files!!!
I would really appreciate it, if anyone could help me to get a running non-rtos system.
Best Regards
Stefan