Hi ,
I'm currently working on a project using the NXP S32K311 and I'm looking for a bootloader code example for this MCU. I came across a useful implementation elsewhere, and I'm trying to find something similar here on the NXP Community or through official resources.
The following link is the project I used.
Unified bootloader Demo - NXP Community
Specifically, I'm looking for:
A working bootloader for S32K311 (preferably CAN-based)
Any guidance or documentation related to flash routines, Memory layout and linker configuration (for application and bootloader), or security handling in bootloader
Proper clock configuration (for system/core/peripherals)
Correct pin initialization (especially for UART/CAN interfaces used for communication)
Startup/initialization issues to watch for (e.g., ITCM, MPU, etc.)
If anyone has worked on something similar or can point me to a shared project, SDK example, or GitHub repo, I’d really appreciate it.
Thanks in advance for your help!