Hello,
I am using Keil MDK5 for development with my FRDM-LKL03Z board. It has the PKL03Z32VFK4 on-board.
I would like to segment the flash memory into 3 parts:
1. For storing application(user) data.
2. For storing incoming FW binary for FOTA update.
3. For a custom bootloader.
4. For the running code.
Could you please help me with a template scatter file with these 4 segments defined? I will then modify the bounds of each section to suit my needs.
Thanks very much!