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

Encoder Interface STM32F0 Discovery

Posted on July 26, 2013 at 05:16I have a motor with a quadrature encoder and I want to get the relative (absolute after counting from home position) position. I tried getting the encoder count using an interrupt from one channel of the encoder and c...

STM32CubeMX USB_FS_CDC for STM32F407IG

Posted on June 04, 2016 at 05:32Hi everybody,I got a problem to implement USB CDC to STM32F407IG. Although looking into all the post here, still not solve my problem.I am using self-made board with  STM32F407IGT6, The sch is simply connect as MCU US...

Timers with F4 DISCO

Posted on June 23, 2016 at 21:54I want to measure how long a signal is high as accurately as possible (preferably down to the microsecond). I started by triggering an EXTI interrupt one both the rising and falling edge of the signal. The EXTI handle...

I2C start condition not working

Posted on June 23, 2016 at 20:11 I am working on getting familiar with the STM32F411 using ST evaluation board STM32F411E-DISCOVERY. I have written the following code using Eclipse + Ac6 STM32 + gcc (arm-none-eabi5.3 2016q1) I am a...

How to implement HAL_CAN_RxCpltCallback()

Posted on June 23, 2016 at 17:03I am a little confused with this call back function HAL_CAN_RxCpltCallback().  The end users are supposed to implement this function but there is already one in the file: stm32f0xx_hal_can.c.  STM recommends do not mo...

Vu.Andy by Associate III
  • 206 Views
  • 1 replies
  • 0 kudos

STM32F091 UART1 Wake-UP from stop mode

Posted on June 17, 2016 at 14:03 I've been trying to get this beast to wake up from stop mode when it received data on UART1. This is my approach in code int main() { SystemCoreClockUpdate(); initStopMode(); initUart(); //Init othe...

b239955 by Associate II
  • 550 Views
  • 5 replies
  • 0 kudos
Labels