Flash write on STM32L431RCt6
Hi there,I have a STM32L431RCT6 microcontroller. I wish to write some data on it. let's say I want to write 2 at 0x08009000 Address.here is my code#define FLASH_USER_START_ADDR ((uint32_t)0x08009000) #define FLASH_USER_END_ADDR ((u...