Flash Read not working
I am using the SBSFU example in stm32l562edk devkit.I have modified flash_layout.h and I have added a 4 KB user data section in which I am trying to store user data from the application. I have ported a flash driver(read, write, erase) from the bootl...