STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

STM32F446 RTC Accuracy

Posted on April 16, 2018 at 16:09Hi everyone,I have been trying to set 1ppm RTC clock for two days.I have read the datasheet and manual. They are recommended to use 2 timers and an external oscillator. Also, with using HAL_RTCEx_SetSmoothCalib funct...

STM32 RFFT wrong result

Posted on April 16, 2018 at 14:41Hello everyone I try to start the Fourier transform on stm32f303vc, but I get a strange result.I take the following steps:1.Since the result of the ADC is 12 bit, I move it 3 to the left to get the Q15 format.2. Sinc...

Possible to Swap USART TX/RX Pins Internally?

Posted on April 15, 2018 at 22:26Hello all, I'm currently working on a senior design project using the STM32F411CE on a PCB. It will be interfacing with the RN4020 BLE. A mistake was made during the PCB design process and the USART6 TX/RX pins were ...

Connecting two stm32 boards via SPI

Posted on April 12, 2018 at 05:50Hi everyone, i'm trying to use two stm32 boards (STM32F411DISC &STM32F407VGT) for SPI communication. How to interface the SPI with Two stm32 boards, one act as master another one act as Slave and declare their pins o...

How to enumerate 2nd configuration of USB device.

Posted on April 16, 2018 at 05:26I porting USB host CDC class driver on stm32469-disco. And then plug in USB device have two configuration as below.But driver only enumerate first configuration.  How to enumerate 2nd configuration of USB device? Tha...

Hank Lee by Associate II
  • 457 Views
  • 0 replies
  • 0 kudos

STM32L0 how to calibrate HSI using LSE

Posted on March 30, 2018 at 10:24Hi! I have an STM32L0 nucleo board and I want to calibrate HSI using LSE; I have read the application note: AN4631 that explain a solution: at page 12 is possible to see the Hardware connection with TIM21 CH1 in capt...