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

using Keil RL-RTX with STemWin

Posted on September 27, 2013 at 09:17 Dear Sir, I'm using STM32F4-DISCOVERY. I've to run the STemWin on this board with keil RL-RTX. I've made all the necessary GUI and LCD configurations and have added GUI_X_RTX.c from the Segger folder in Keil uVi...

sen2 by Associate II
  • 618 Views
  • 3 replies
  • 0 kudos

Minimizing power consumption: what can be done?

Posted on September 27, 2013 at 16:54HiI'm a bit confused with all the clocks and power saving options on the STM32F3 Discovery board.I'd like to minimize the power consumption by gating all unnecessary clocks and peripherals / memory.The MCU is in ...

WFI problem: Internal command error

Posted on September 27, 2013 at 14:10 Hi I run this very simple code on the STM32F3 Discovery board: int main(void) { __WFI(); return 0; } It compiles fine and I can flash it onto the STM without any problems (I'm using the ST...

STM32 SPI Issue

Posted on August 03, 2011 at 08:24Hai, I am using STM32F103ZE I am not getting SPI data correctly. Master is transmitting correctly. But always read as zero where a non zero value has been sent. Master config: (MSP430) The master configuration is c...

harikk09 by Associate II
  • 1967 Views
  • 11 replies
  • 0 kudos

USART2 problem

Posted on May 02, 2013 at 19:16The original post was too long to process during our migration. Please click on the attachment to read the original post.

yogee00 by Associate II
  • 2855 Views
  • 16 replies
  • 0 kudos

STM32 USART Tx inaccuracy issue

Posted on September 22, 2013 at 16:39I'm seeing an issue when I transmit a byte using the USART (USART 2 in my case). I need an accurate delay between bytes of 5ms. So when a 5ms timer expires I transmit a byte. However with the code below I'm seein...