Resolved! Should HAL_FLASH_Program and HAL_FLASHEx_Erase be placed in RAMFUNC?
Hi all,I'm working on a project based on the STM32H7 and STM32G4 series, and I'm performing flash write and erase operations using the STM32 HAL functions:HAL_FLASH_Program()HAL_FLASHEx_Erase() My question is: Should these functions be placed into th...