User Activity

Using a STM32G0F06I have a bootloader/application that I am debugging. I am facing a strange problem. Often, I command the app to drop to bootloader (via a software reset). When I execute the software reset code, occasionally the core locks up.Here i...
Scenario is that I am debugging my application using ST-Link V2.The device enters stop mode (with debugging still enabled). If I then add a breakpoint while the device is in stop mode, I immediately trigger a hard fault ISR.This is new behaviour tha...
Update: To get it to work, do a fresh install of the IDE, untick the CDT site in "Available Software Sites" (Help->Install New Software then "Manage"), and then install DevStyle from marketplaceSister issue on the Genuitec forum site: https://www...
I have STM32CubeMonitor v1.4.0 installed on my home computer and work computer.On my home computer, there is an option called "Manage Palette" which allows me to add additional nodes from nodered online resourcesOn my work coputer, there is no such o...
In my application I have configured IWDG to start running.I would like to prevent the IWDG from resetting the MCU while in stop 1 mode for extended period of time.In the reference manual it says: "Once running, the IWDG cannot be stopped." But in the...