Hi,
Currently I am trying to jump to application from bootloader in s32k344. I am using the following code to do the task:
__asm volatile ("cpsid i"); // disable all the interrupts
Do you probably know why it triggers HardFault_Handler(0x0060614a HardFault_Handler)? Thank you in advance.
已解决! 转到解答。
Hi @lluo,
Can you use this code?
https://community.nxp.com/t5/S32K/S32K312-bootloader-jump-to-application-issue/td-p/1795729
BR, Daniel
Hi @lluo,
Can you use this code?
https://community.nxp.com/t5/S32K/S32K312-bootloader-jump-to-application-issue/td-p/1795729
BR, Daniel
Hi @danielmartynek ,
One more question, if I use the above method to jump to application which is running the FreeRTOS_Toggle_Led_Example_S32K344 demo, it works correctly. While if I use the above method to jump to application which is running the lwip_s32k344 demo, it can not work as expected. Do you probably know the reason for this? Thank you in advance.
Hi @lluo,
It requires some debugging on your side. The examples are provided AS IS with no guarantees and no support. Currently we do not have resources to support the demos.
Regards,
Daniel