User Activity

I need to declare a 'volatile const', meaning that the value is placed in FLASH and that it is re-read every time it is referenced (as the FLASH is written to elsewhere), but am finding it very difficult to accomplish this as the compiler either plac...
How can I disable breakpoints for release builds? If I accidentally forget a breakpoint on, and it gets hit in the release build, then the program just freezes (including halting the watchdog timer!) - what am I missing?
I know that STM32CubeIDE calls STM32_Programmer_CLI.exe in order to program the chip, and I know that I can get STM32_Programmer_CLI.exe to disable readout protection on the chip by passing it a --readunprotect parameter, but how/where in STM32CubeI...
Hi I have just downloaded STM32CubeIDE and am trying to get a simple BlinkLED going on STM32F401CB.I go through the steps, and first off Build does not work out of the box - it is necessary to first change "Builder type" to "Internal builder" in the...
I have an application which I’m trying to make absolutely “bulletproof�?, so I’m trying to imagine and handle absolutely every possible failure scenario (specifically this query relates to hardware failure scenarios rather than software bugs).I was w...
Kudos from
Kudos given to