This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

flash write with defined address

Hello,

I want to save Image data which are come from the central device to flash memory of peripheral side.

The image data size is vary from 3KBytes to 10KBytes.

i want to save at particular address so that application code can not overwrite that address.

means in flash write example... addr = (uint32_t *)(pg_size * pg_num); flash_word_write(addr, (uint32_t)patwr);

i want particular 32-bit number instead of addr.

please correct me if i m wrong.

thank you.

Related