Hello everyone,
I'm a beginner in embedded system programmation and I want to create my own flash loader to download and write a programme using UART. I'm using a kinetis mkv58f1m0vlq24.
I dont want to use any libraries function like "flash_memory_write". I'm just trying to improve my skills.
My question is what are the steps to achieve to write in flash memory ?
I read datasheets and it seems to have a flash security but when i'm watching my registers, the security seems to not be active.
What I understood is that before every write in memory, i have to erase the memory area.
Thank you in advance for your answers,
Devyy