I am using S32 Design Studio version 3.4 and S32K312_MaxQFP172 for a custom board ,and I have imported the LpuartFlexio_Uart_Ip_Example_S32K312 code from the UARTS32k3xx example. After successfully compiling the project and selecting the debug configuration, I ran the LpuartFlexio_Uart_Ip_Example_S32K312_Debug_Flash_PNE. The entire code is running successfully in the debug_flash_mode.
Now, I have the following requirements:
- I need to run the code in release mode.
- I need to upload the code to the S32K312_MaxQFP172 for a custom board.
Additionally, I would like to know how to upload the code to the S32K312_MaxQFP172 using S32 Design Studio.
My main concern is how to execute the code in release mode so that even after turning the kit off and on, it should run successfully.
Please do the needful.