Resolved! STM32Cube_FW_H7_V1.9.0 pFlash variable in stm32h7xx_hal_flash module
The private variable "FLASH_ProcessTypeDef pFlash" in stm32h7xx_hal_flash.c is used in some functions I notice that it is not initialize by any function.So for example the first time a call is made to: FLASH_Program(uint32_t TypeProgram, uint32_t Fla...