User Activity

nevermind.After some crashes trying to disable theming, updating to current version, I see it again
I looked at the pages for both MCUs side-by-side:https://www.st.com/en/microcontrollers-microprocessors/stm32f407ze.html/https://www.st.com/en/microcontrollers-microprocessors/stm32f407ve.htmlI can detect no difference other than the Z vs. V in the n...
I just updated CubeIDE to the newest (1.9 ?) version.Because under Pinout & Configuration, Pinout menu -> List pin compatible MCUs (or similar),it was stuck at 31% with a CubeIDE version from some months ago with then no CPU load anymore on CubeIDE w...
Using something like STLink util or newer, command line software: Can one identify which type of STM32 MCU is connected? E.g. for use in further scripts. It doesn't help if I see it on a GUI somewhere.
Hello,I have a STM32L0x2 (M0+ core) project where, so far, I used to jump from the MCU app to my custom bootloader for updating the app in flash with a new program binary image, by setting flags in the backup registers and doing a SysReset.Now, that ...