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

Beginner Assistance, connecting the STM32F103RCT6

Posted on January 13, 2015 at 10:15Hi all, I have been asked to take over a project on a custom built board that features the STM32F103RCT6 processor. I have installed Keil Uvision IDE but am struggling to communicate with the board so I wondered if...

lo0446 by Associate II
  • 614 Views
  • 3 replies
  • 0 kudos

STM32F4 TIM DMA using HAL

Posted on January 13, 2015 at 20:36I would like to update the ARR of TIM2 after each overflow is reached. I tried this with HAL_TIM_Start_DMA, but it only seems to start the timer; the timer period elapsed callback is never reached. I have set the i...

Roth.Ian by Associate II
  • 215 Views
  • 0 replies
  • 0 kudos

stm32f030 usrt surprissing issue

Posted on January 12, 2015 at 19:05I have written  two pieces of code for usart half duplex for the two f030 evaluation board respectivelyThe code workss as followsIn the first piece of code (named as board 1) the usart1 sendinng the data waitinng f...

sanjib by Associate III
  • 338 Views
  • 6 replies
  • 0 kudos

sysem us startup time

Posted on January 13, 2015 at 17:25I use      #define   micros()                   SysTick->VAL + HAL_GetTick()*1000 is it true ?

LTDC AF mapping bug in CubeMX code?

Posted on December 27, 2014 at 12:10CubeMX (CubeMX v4.3.1, STM32Cube V1.0) generated pinout for STM32F429  LTDC is/** LTDC GPIO Configuration         PE4     ------> LTDC_B0     PE5     ------> LTDC_G0     PE6     ------> LTDC_G1     PI9     ------>...

Flash error when programming STM32F407

Posted on May 29, 2013 at 16:34Hi, I have an STM32F407IE on a custom board and I am programming/debugging with an Olimex ARM-USB-TINY-H using OpenOCD.  I have come across this error with two separate microcontrollers now.  It seems as though the mic...

STM32Cube UART variable length receive

Posted on October 28, 2014 at 20:10Is it possible to receive variable length messages in DMA mode with the STM32Cube HAL libraries? It seems like this should be possible at the hardware level by first looking for the RXNE interrupt, and then the Idl...

Roth.Ian by Associate II
  • 444 Views
  • 4 replies
  • 0 kudos
Labels