Solved
I use a STM32F469. I had a program to erase and write in the flash. Since I switched the sysclock from 80MHz to 100MHz, it doesn’t work anymore. I use HAL functions to erase and write to the flash. Do you have any idea what can cause this problem? Th
..