Issue with Flash Read/Write on STM32H7S78-DK Board
Hi,I am working with the STM32H7S78-DK board and trying to implement Flash read/write functionality in my project (Touchgfx). Below is my code for handling Flash read and write operations: #define FLASH_USER_START_ADDR ((uint32_t)0x08000000) typed...