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

How to play wav on STM32F4 Discovery?

Posted on January 09, 2014 at 01:20Guys, How to play wav on STM32F4 Discovery? If I want to play from USB Key, I enable : #define MEDIA_USB_KEY and how to connect USB flash drive to this board ? with adaptor ? the socket is too small for USB flash d...

Debugger stuck at Hardware fault

Posted on January 08, 2014 at 03:33We just bought ST-Link to debug our software. Everything works great with Atollic and Seger J-Link with ST32F407 chip.But when we switch to ST-Link, we can flash the chip, but when start the debugger (in JTAG mode)...

0690X00000602qNQAQ.jpg 0690X00000602qSQAQ.jpg 0690X00000602qXQAQ.jpg 0690X00000602qYQAQ.jpg
mayank by Associate II
  • 1011 Views
  • 8 replies
  • 0 kudos

RCT alarm interrupt problem

Posted on January 08, 2014 at 10:30 hello, everyone . I had problem with the real time clock alarm.I've tried all the configuration to enable rtc calendar in accordance with the example in \ STM32F2xx_StdPeriph_Examples \ RTC \ HW_Cale...

m91tfk by Associate
  • 242 Views
  • 0 replies
  • 0 kudos

RTC on STM32 ?

Posted on December 27, 2013 at 06:07Guys, Does anyone know on how to initialize RTC on STM32 and display the content of the register to LCD ? Any links or reference will be appreciated, Thank you #think!

stm32f407 write data into sd card problem

Posted on January 07, 2014 at 08:36I use fatfs as file system and use sdio_sdcard.c as sd card driver write data into sd cardbut i found a problem when i use SD_ReadMultiBlocks function sometimes there will some sectors didnt fill the data, there ar...

SPI state tracking

Posted on January 08, 2014 at 06:10I've got a SPI device that wants me to lower CS* then transfer data on the SPI pins, then raise CS*. (This is not an uncommon requirement :) But I am really perplexed how this is supposed to be achieved. One way I'...