User Activity

Hi,I want to configure the LIS3DH working with FIFO mode and OVERRUN interrupt on INT1. So, once the interrupt occur, MCU will read all data from FIFO. by reading the datasheet, I am a little bit confused for FIFO overrun behavior. On the page 22 of ...
in CubeMX V5.01 release note, it says:• The TrueSTUDIO™ IDE is not supported.Is this only for this version release or for future as well?
Hi, I try to use STM32 timer with one pulse mode and two output compare channels. I use cubeMX initialize the code, but now I have question abut how to enable two channels OC?HAL library provide function HAL_TIM_OnePulse_Start(), which only have one...
Hi,I try to use both HAL and LL library for UART. When I config UART with cubeMX for LL library, I found all functions with HAL library in my code doesn't work. when I say it doesn't work, I mean the code passed compiling but doesn't do anything. Th...
Posted on June 11, 2018 at 23:16Hi,I have very weird issue with external voltage reference with STM32L4xx.I have a board which is using external voltage reference for STM32L476. I apply 3.3V to both VDDA and VREF+. The VDD is also powered with 3.3V....