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

programming problem after Remapping PB3 & PB4

Posted on August 07, 2013 at 10:35Hello, I equipped the Header of the STM32F100RB-VL Dicovery Board with some LEDs. But then I recognised that PB3 and PB4 are not working, because they have to be remapped. Since this remapping I`m not able to flash ...

Is there STM32F051x8 in stop mode has a 1ms timer

Posted on August 05, 2013 at 09:43Hi,I am using the STM32F051x8,I want a timer which could interrupt every 1ms in the stop mode?But I have found the TIM can't work in the stop mode,and the RTC just happen interrupt every second. How can I do?Thanks?...

USB OTG and AHB clock

Posted on August 07, 2013 at 07:29I would like to know that is there any minimum value of AHB if USB OTG is needed?The MCU that I'm using is STM32F105/7 which is in connectivity line series.When I set my SYSCLK to 48MHz or 72MHz and AHB prescaler is...

jlim by Associate
  • 245 Views
  • 0 replies
  • 0 kudos

First attempt at SPI DMA not working

Posted on August 07, 2013 at 05:34 I've lurked for quite some time and learned a ton but am stumped on this one and can't find a solution. I'm new to ARM (8-bit AVR convert) and I'm afraid something simple is escaping me on this one. I've got a ...

craig by Associate II
  • 202 Views
  • 0 replies
  • 0 kudos

[STM32L] ADC channels and sampling rate

Posted on August 07, 2013 at 03:03Hi all.In the datasheet and reference manual,  it mentioned STM32L1xxRx has 1 ADC module with 20 channels.  I know that 12-bit resolution, the maximal sampling rate could be up to 1Msps.My question is, if I use 5 an...

can't write to peripheral register

Posted on August 06, 2013 at 21:14I have begun programming the stm32f4.  I made a really simple program first.  It added one to r0 and stored the result in r0.  Then I used STM32 ST-LINK utility to confirm that r0 is increasing.  It was.  I though I...

drobison by Associate II
  • 1309 Views
  • 4 replies
  • 0 kudos

SRAM as EEPROM

Posted on August 06, 2013 at 17:24I can not find examples in C code of  how to use the SRAM of STM32F205 as Backup (as EEPROM), someone could help me. I searched the ST site and Google

acer by Associate II
  • 371 Views
  • 2 replies
  • 0 kudos

Hard fault STM32F3

Posted on August 05, 2013 at 14:58Hello;am using UART communication between 2 boards contaning STM32F3, the first send the same frame every 320 ms, and the second just receive this and make autobaud.after 2 minutes of working my MCU go into HARD-FAU...

rachid by Associate
  • 447 Views
  • 4 replies
  • 0 kudos

Wake up from Standby mode

Posted on August 06, 2013 at 14:56 Hi, I am using STM32L151VBT6 controller. The problem which i am facing is only one wake up source can wake up my MCU from Standby mode, that is either RTC alarm or wake up pin. if i used the both sources, on...