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

STM32L151 MD: duplicate byte on EEPROM write

Posted on January 14, 2015 at 15:51I a facing a problem writing to eeprom using DATA_EEPROM_ProgramBytewhat I noticed is that my byte gets duplicated and I end up with n+1 bytes written where it is supposed to write only n bytes I am using  the lib ...

ochebaro by Associate
  • 170 Views
  • 0 replies
  • 0 kudos

bluetooth module interfacing with stm32f101x

Posted on January 14, 2015 at 10:21Hello everyone,                        In my project I need to communicate to the bluetooth module from  stm32f101x . the Bluetooth module I am using SPBT2532C2.AT bluetooth module . I didn't get any example code f...

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
  • 649 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
  • 227 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
  • 368 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...