User Activity

Posted on May 16, 2017 at 22:06Hi,I've a custom L476 board (battery powered,MSI 48MHz system clock, no HSE, no PLL) to implement USB MSC (OTG-FS). I'm using L4 Nucleo ST link extender to upload code on my Custom board. I've noticed that, when the cu...
Posted on April 12, 2017 at 17:43 Hi, I'm using STM32L476RE in a custom board without HSE. I ported Discovery (76VG) Blink Project (following Clive1's DFU system bootloader) and successfully tested on my board in both Keil and TureStudio. It’s on...
Posted on February 02, 2017 at 23:59Hi, I request some guidance to configure ADC. I have ADC1_Ch1 (single mode) to read analog voltage (PA1) in every 10ms timer interrupt with other sensors to maintain synchronization with them. For a battery protec...
Posted on December 21, 2016 at 11:59Hi,For 32KB code limit, I need to convert my working Keil Project (STM32L476) to Atollic Truestudio 7.1.For the SPI1 (Accelerometer) communication, the following LL code works perfectly in Keil, but nothing is rec...
Posted on November 23, 2016 at 05:57Hello All, I'm struggling with I2C communication with L476 using LL libraries. In my custom board, a OV5642 camera is connected with I2C1 and a LSM6DS3 IMU with I2C3. Previously I've configured I2C RTC with L151 (...