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++)
{
...
I don't know if v1.6.1 runs on Ubuntu 16.04, but if you want to make sure, that you have a working version: I use STM32CubeIDE v1.4.2 on Ubuntu 16.04 without any problems. The IDE even gives you a prompt, that there are newer versions available, so y...