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

booting from bank 2 of STM32F4x9_eval

Posted on October 24, 2013 at 19:44I run a program fine on bank 1. Then programmed BFB2 to 1. (BOOT0 = 0).Compile Blinky to 0x08100000 and load it. Checked the flash by stlink-util and see0000: 20000468 081001c1.Those are correspondent to the .map f...

0690X00000602q3QAA.jpg 0690X00000602q4QAA.jpg
tonyyu by Associate II
  • 872 Views
  • 12 replies
  • 0 kudos

USART Rx interrupt NOT Work

Posted on October 17, 2017 at 18:03 I tested three devices all day long today. All devices are connected to the USART, but the incoming interrupt does not work at all. A program that connects the Lo Ra modules, GPS modules, and wifi mod...

0690X00000608eIQAQ.png

RTC drift

Posted on June 08, 2018 at 21:35 I am Using the #RTC #M41T94 for keeping time on my project.Have noticed on multiple occasions that there is a significant #drift in the time keeping. Have reviewed the datasheet multiple times to check if my schemat...

Hard Fault error while using NEW operator in cpp

Posted on June 19, 2018 at 12:10Hi All,   I'm working on STM32L4 MCU  in CPP project(cubeMX code that c code i convert to cpp), i have one doubt in NEW operator,  i  create array of pointer object  and i build code no error but while debugging i got...

Resolved! Cannot Blink JTDI pin

Posted on June 19, 2018 at 12:26 I am using STM32F103RCT6 to blink a LED which is connected to PA15 - JTDI in PU. My GPIO Configuration is like this GPIOA->CRH |= GPIO_CRH_MODE15; //Output mode, max speed 50 MHz. GPIOA->CRH &= ~GPIO_CRH_CNF...

0690X0000060L9IQAU.png 0690X0000060LKTQA2.png

Resolved! Very slow GPIO on STM32H743?

Posted on June 19, 2018 at 09:07Hi all,I've started playing around with the NUCLEO-H743ZI to try out the H7 series and I've noticed that toggling GPIO output with BSRR is very slow. I've used CUBE to configure the board for a 400MHz SYSCLK and my ma...

Labels