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

Why it's not working to use the same program

i'm using two boards for develop, at now.One board is a nucleo-h743zi. and other board is using a STM32H743IIK processor.It is the same program, and I wonder why it does not work on the Nucleo-board and on the STM32H743IIK board under development.Nuc...

JKim.171 by Associate II
  • 799 Views
  • 6 replies
  • 0 kudos

STM32F103RE combined UART receive via interrupt

Hi,I'am using STM32F103RE. i have enable 3 usart for GSM modem(USART1), Debug(UART4) and GPS(UART2). now i need to collect data under interrupt routing. it should be something like this, this is for ATMEL:D ISR(USART0_TX_vect) { byte myChar= UDR0...

AAnju.1 by Associate
  • 289 Views
  • 2 replies
  • 0 kudos

Deadlock reboot - System Reset Problem

Hi ST community,In my project I have created a task to post Data to AWC server.the function call stack looks like below:stack size is 70*12 wordsAWC_Task(){ GPRS_SetConnection() // establish connection PH2_exeAWCcmnds() }PH2_exeAWCcmnds() // executed...

Skira.17 by Associate II
  • 650 Views
  • 3 replies
  • 0 kudos

compiler C ARM on Keil

I'm using a P nucleo vl6180 I would like to have if it is possible to write my source code in C ++ knowing that I have an ARM C compiler to compile v5.06 update 6

MSAMB.1 by Associate III
  • 411 Views
  • 5 replies
  • 0 kudos

STM32F107 BKP

Please note that contrary to as listed in Atollic's SFR viewing tool during debug, the backup registers (BKP) start at 0x40006C04 not 0x40006C00 as convential wisdom would suggest.

Resolved! STM32F767 LSE oscillator not oscillating, why?

I've hung a 32.768kHz crystal (IQD) on to my STM32F767VGT6 with a pair of 10pF caps as per AN2867, but I'm not getting the LSE to oscillate. If I route the LSE to an MCO output I see random transitions, which explains why the RCC status bit shows it'...