User Activity

Hi! I've got a product that we've just made a load of and while building out the firmware I realised that the INT pin on the LIS3MDLTR doesn't (at least according to the datasheet) appear to be able to be configured to show when new data is ready. Th...
Posted on September 08, 2016 at 17:52Hi,I have a problem where I'm trying to detect the presence of the low speed external oscillator, and to use it if it is installed. On bootup, it does the following:   * Turn LSI on (it always defaults to off)   ...
Posted on May 29, 2015 at 12:36Hi,Having had a working USB VCP using the old non-cube drivers, I've spent the last week trying to get a reliable VCP with the new ones - and failing. In fact at one point just uncommenting some irrelevant and unused c...
Posted on February 18, 2015 at 10:27Hi,I'm using the USB Host library 2.1.0 (with USB_OTG_FS) on an STM32F401CD. Using the USB CDC code I'm having the following issue:When the STM32 is connected to a PC but no application on the PC has the port open...
Posted on September 11, 2014 at 20:16 Hi. I've been trying to enter STOP mode in an STM32F401with: PWR_EnterSTOPMode(PWR_Regulator_LowPower, PWR_STOPEntry_WFI); When doing so, power consumption drops to 1.5mA so it's doing...