User Activity

That's not meant as a question, more as an input/feed-back for ST developers or users of the VL53L0X device.I have a custom PCB with STM32F091 and two VL53L0XSymptom:If I initialize one only of the sensors, that sensor works great and gives good res...
Posted on April 01, 2013 at 11:06 I got a problem map a struct to Backup registers what I do is: /******************************************************************************************/ typedef struct {     uint16_t actPageNo;     uint16_t sollQ...
Posted on March 05, 2013 at 15:57Hi, I have a STM32F051C6 on a PCB that has a socket for a Battery, connected to VBat using a Schottky diode. While development phase I don't fit the battery, just use a jumper wire and connect the Plus of the battery...
Posted on February 26, 2013 at 07:38Hello, I try to make I2C on PF6/7 on the STM32F051C6  (48 Pin device) working. To get what AF to use, Ref man points to the datasheet. But the datasheet is not clear to me, it has a AF Table for PortA and PortB an...
Posted on January 24, 2013 at 21:54Hello, My problem is that I don't get the Frequency produced by Timer 16  seen on PB8. Somebody can have a look at the code and tell me what's missing or wrong.  static void setup_Timer16(void) {     TIM_OCInitType...