Hello I want to have a Bootloader sample code of S32K146-Q144 Development Board.
My board have following specification;
Core: Arm Cortex-M4F
Peripheral Speed: up to 112 MHz (HSRUN)
Flash: 1 MB
System Ram (Including FlexRAM and MTB): 128KB
FlexRAM (System RAM): 4KB
Cache Memory = 4KB
EEPROM emulated by FlexRAM: 4KB (up to 64KB D-Flash)
I want to use Flash Memory to write my Bootloader Code which can take 40% Flash Memory Space and remaining space for my Application Code.
The code need to perform Bootloader Operations like; Read, Write, Erase function;
I have wrote some code, you can cross verify it for your convenience.
I hope to hear from you soon!
Thank You