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

Hello and thanks in advance for any helping , I start learning recently and my first Blinking codes not working , i guess forget any point , please kindly check codes and pictures and recommend me. I add more pic in reply. please check all.

stm32cubeidei set as attached files, save and it generate codes by itself, then add codes for blinking and then building , finally debugging ...no blinking at all ...

CG3 by Associate III
  • 2293 Views
  • 10 replies
  • 0 kudos

Resolved! STM32U5 SYSCFG is RAZ/WI with TrustZone disabled

While attempting to enable the divide by zero floating point interrupt, I ran into an issue with the U5:All SYSCFG registers are RAZ/WI even though TZEN is 0 and system is in privileged mode Initially, a call was made to LL_SYSCFG_EnableIT_FPU_DZC to...

adiroot by Associate II
  • 733 Views
  • 3 replies
  • 0 kudos

Data forwarding between SPI1 and SPI2

Hi, device: STM32G031F6 What efficient way could forward RX data of SPI2 to TX of SPI2, and RX of SPI1 to TX of SPI2?And also, this device itself has a fixed buffer to send over SPI2 TX to another master device. I think this will require some kind of...

Resolved! EXTI15_10 not triggered by user button on NUCLEO-F429ZI

Hello,I'm trying to setup interrupts using the user push button (B1) on the Nucleo-F429ZI board. The push button is connected to the microcontroller through the I/O line PC13.What I did is that I mapped the PC13 to the GPIO_EXTI15 in STM32CubeMX and ...

Fnx_QT by Associate III
  • 4072 Views
  • 22 replies
  • 0 kudos