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

Program gets stuck in for loop after interrupt runs

This has me scratching my head - my program runs fine UNLESS the interrupt occurs, after which it gets stuck in a for loop near the start of the program. I can't see any way these two things are connected with each other - there dont share variables....

deep_rune by Associate III
  • 556 Views
  • 5 replies
  • 0 kudos

STM32F427 is sometimes running slow after boot

I have an issue with STM32F427 where after doing reset for MCU in some cases the MCU is running at about half the speed after reset. All peripheral clock seem to be running at normal speed, but the MCU is just running at half the speed. All register ...

STM32H745 - SPI doesn't transmit any data. - SOLVED

SOLVED - look at edit below!I am trying to implement SPI on nucleoH745ZI-Q without HAL or any kind of driver, I wrote my own registers pointers and functions like digitalWrite, pinMode or printf. I set up RCC, GPIO and SPI registers (all set, checked...

0690X00000BvSgSQAV.jpg 0690X00000BvTBpQAN.jpg

Resolved! DMIE typo (should be DMEIE)

In RM0430 Rev 8, 9.3.19 DMA "Error management":an interrupt is generated if the corresponding interrupt enable bit (TEIE, FEIE, DMIE) in the DMA_SxCR or DMA_SxFCR register is set.It should say "DMEIE", not "DMIE"

Miles1 by Associate III
  • 318 Views
  • 1 replies
  • 0 kudos
Labels