I’m using a chip from NXP’s S32K3 series, and there are some functions that need to be run in user mode.When I ported FreeRTOS to my project, the code would enter the FreeRTOS error interrupt when running the startup program.
Is this because FreeRTOS can only run in privileged mode?
How can I configure my program to be FreeRTOS compatible?
Looking forward to hearing from you.