User Activity

Hello,when i select the newer Toolchain "GNU Tools for STM32 (10.3-2021.10)" instead of the one that worked until now "GNU Tools for STM32 (9-2020-q2-update) i get some Linker Errors. The exact same Code builds fine on the older Toolchain but throws ...
This Error shows up on various Places in the Memory. I can access the Memory through the Memory Browser, but unfortunately there is no Disassembly Interpretation like in the Disassembly Window. This Errors occurs mainly on SRAM Memory, not in Flash. ...
Hello,i use STM32CubeIDE to program STM32H753 and i now got this error in my disassembly (attached).The Code Piece is attached too.I tried a bit and have seen that the error only occurs when i add the for-loop. Without it, its all ok. When i move the...
Hello,i would like to roughly estimate the time the processor needs to execute some pieces of code.I know there is the DWT Cyclecounter, but the values it shows vary from one time to another at the same instruction. Also there is no information from ...