User Activity

I encountered a very weird behaviour when trying to erase the Flash memory of the STM32H745ZITx on the Nucleo-H745ZI-Q board using the STM32CubeIDE on Linux. While running the code: HAL_FLASHEx_Unlock_Bank2(); for (int i = 0x0; i <= 0x7; i++) { ...