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

STM32CUBE and USB framework

Posted on April 23, 2014 at 15:46Has the USB framework supplied with STM32CubeF4 been completely rewritten or is it  the USB-Host-Device_Lib_V2.1.0?

thierry1 by Associate II
  • 317 Views
  • 2 replies
  • 0 kudos

Bug HAL_NVIC_EnableIRQ(EXTI9_5_IRQn)

Posted on April 14, 2014 at 17:04Don't know if this is an oversight or normal. When I configure a pin with CubeMX to be ''External Interrupt Mode with Falling edge trigger detection'' for example, and enable the interrupt in the NVIC configuration, ...

joe by Associate III
  • 351 Views
  • 1 replies
  • 0 kudos

stm32f3 gyroscope

Posted on April 24, 2014 at 09:35The original post was too long to process during our migration. Please click on the attachment to read the original post.

anes by Associate
  • 249 Views
  • 0 replies
  • 0 kudos

Chip Select Pin in SPI with STM32F4Discovery

Posted on April 23, 2014 at 23:20Hi everyone, I'm trying to implement SPI on stm32f4discovery kit here's the code I found on some blog<b>#include ''stm32f4_discovery.h''#include <stm32f4xx.h>#include <stm32f4xx_spi.h>void delay(uint32_t cnt);// this...

pwm and ppm in stm32f407 discovery board

Posted on April 23, 2014 at 07:04hi guysi could produce pwm in stm32f407 but i don't know how to read pwm with this.if i have 9 channel pwm i think i takes 9 pin from servo and if i can send this 9 pwm through 1 ppm(Pulse Position Modulation) channe...

STM32L100 LP Mode issue

Posted on April 23, 2014 at 11:17Hi all,I am trying to use low power modes on STM32L100 MCU.I've implemented a simple firmware that after setting the MCU to run @32MHz (HSI+PLL using the Clock Configuration Utility excel) waits an EXTI (key pressure...