This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Scatter file for segmenting the MCU flash

Hello,

I am using Keil 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!