Hello everyone,I am working with an STM32H743VIT6V processor and attempting to erase sector 7 of the flash memory using the following parameters: FLASH_EraseInitTypeDef EraseParams;
EraseParams.TypeErase = FLASH_TYPEERASE_SECTORS;
EraseParams.Banks ...