STM32L1 Writing on flash works or not depending on pre-initialized values
Posted on June 21, 2015 at 09:13 Hi, I experiment an issue while writing data on flash. For testing purpose, I made an app that writes several sequence of 'a' to 'z' char to flash. Each uint_32 data contains 4 chars (a-d, e-h, ...). I use : HAL_FLAS...