Hello,
i have s32ds 3.5 and i'm using the board MCTPTX1AK324(and follow step provided to get started) with installation RTD 4.4 2.0.0, IPCF 4.0.0.
As a next step i tried to allocate a static task and the related scheduler function(vTaskStartScheduler).
I modified FreeRTOSConfig.h to have static allocation etc.. but when I start the code and debug with PE micro it generates hardFault() when it executes prvPortStartFirstTask(void) function in vTaskStartScheduler.
I also tried looking for possible solution(as insert define MCAL_ENABLE_USER_MODE_SUPPORT) but i couldn't solve it.
In the attachment i report the image of the main with static task allocation and the scheduler.
Thank you in advance for your help and availability