How to write a uint16_t array to flash memory for STM32L053 which only supports word write
HiI am able to erase two pages (my array is length 256 ), now I want to write my array to a particular memory location.Here set is the address which is 0x080E0000p_source is my uint16_t array which I want to write to flash. And length is 256.How do I...