unable to erase flash stm32h7b0
hi. i want to write a variable into stm32h7b0vbt6 flash memory and all of the hal source and header files are added to project. so i have used FLASH_EraseInitTypeDef to erase flash first.

but when i call that, the program not build and shows this error and warning:
error: FLASH_VOLTAGE_RANGE_3' undeclared
warning: variable 'EraseInitStruct' set but not used

how to fix it?
