Hi @EduardoZamora ,
already did that. I only defined PH_OSAL_NULLOS and PHFL_APP_NXPBUILD_CONFIG additionaly to the default definitons.
In my opinion this is a library issue. When PH_OSAL_NULLOS is defined, PHFL_HALAPI_NO_RTOS is implicitly defined in ph_NxpBuild.h. Both macros independently control the presence of SysTick_Handler in the files phOsal_Port_PN74xxx.c and phRtos_NoRtos.c This leads to multiple implementations and linker errror.
I mean for me it was no problem to comment out one implementation, but i am not a big fan of touching library code.