Resolved! Flash program and flash erase on micro STM32F746ZGT7
Hi everyone... I received a source code from another microcontroller STM32F401RBT6 where another developer was flashing and erasing the flash in this way .. int16_t FlashEraseApp(void) { HAL_StatusTypeDef res; FLASH_EraseInitTypeDef erase_init; ...