User Activity

It may be obvious to the rest of the world, but in order to get the ADC to operate in Discontinuous Mode, you must also select Scan Mode. This was Not obvious to me from either the comments in the HAL or the reference manual. The SCAN bit in CR1 appa...
I check yes and everything appears to work. What is the GFXSIMULATOR mode and can I deselect it in the Pinout & Configuration tab?I see the generated code in main.c calls a generated init function, but it is empty except for comments delineating user...
In the release notes, it says the latest compatible Cube FW is 1.24.0. But Cube FW 1.24.1 is listed at a patch. So which should I install with STM32CubeMX 5.1.0?When I start STM32CubeMX in its perspective I get a popup with the message "This release ...
Posted on September 13, 2017 at 18:41I'm looking for a way to input data on stdin, but with a non-blocking function. Everything I've tried in stdio.h blocks program execution while waiting for a keypress. I want to input a keypress if one has occurr...
Posted on August 24, 2017 at 19:20I wanted to upgrade my F4 FW from 1.13 to the latest. For the STM32CubeMX Eclipse plugin to recognize the new FW I upgraded it to v.4.22.0 in the AC6 environment. I installed the F4 FW to v1.16.0 and migrated the pr...