Resolved! Writing to flash memory on stm32f746 discovery
Hello all I'm trying to write to the flash memory on an STM32F746 discovery board. This is the code so far, just a test to write a single word.. #define FLASH_USER_START_ADDR 0x080c0000 int Flash_Write(void) { HAL_StatusTypeDef status; u...