Hi @Dams, When this is happening ? You're talking about a lot of cleanups, does that occurs on the first init ? After resets ? Are there special conditions that could make reproducible ? Does this happens always on that address ? On any other ones ? ...
Hello @MNapi , Yes this is something that has been corrected since release V1.11.0 of the STM32Cube_FW_H7.You can find the latest versions of the FW package here.Best Regards, Florian LR To give better visibility on the answered topics, please click ...
It's the same step by step for STM32CubeIDE. In fact, you only open the IDE to compile the projects to be able to use them, but it follows the same steps. Further in the step by step there is slight modifications in the main.c file, but nothing you c...
Do you have any interrupt that could prevent some words to be written ? The MISSERR flag is raised when the previous data write is finished and the next data is not written in fast mode.So the second word may be written not fast enough, raising the M...
Regarding the X-Cube SBSFU, it provides dedicated middleware for each series, including dedicated cryptography firmware libraries that won't work with STM32U5xx, and won't be ported to STM32U5xx.What are you exactly defining by using STM32Trust? It's...