Question
Storing hex file in particular address of flash memory
Hello, I want to store a hex file in the particular address of flash memory . I am using the stm32L083cz which has 192 kb flash memory.
Flash starts at : 0x0800 0000
Want to store hex file at the address : 0x0801 50001
Please guide me through this. I am developing over the air firmware upgrade application for this microcontroller.
Thank you In advance.