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

Resolved! STM32U073: Is pin 17 of UFQFPN32 VDDUSB?

I am looking at the STM32U073x8/B/C Datasheet - DS14548 - Rev 2 - March 2024.   Table 12 on page 35 is a list of all the pins and which pin they are connected to on each package.   The row for VDDUSB does not have a pin listed for the UFQFPN32 packag...

a_user_0-1726663895160.png a_user_1-1726663910446.png
a_user by Associate II
  • 322 Views
  • 3 replies
  • 1 kudos

Resolved! STM32U5A5 OTG_HS USB Host with DMA not enumerating

Hello,I have been utilizing the OTG_HS peripheral on an STM32U5A5 to act as a USB host. I am using the USBx stack in a non-secure application and initializing the peripheral as follows: VOID USBX_APP_Host_Init(VOID) { MX_USB_HCD_Init(); ux_host...

Namr by Associate
  • 344 Views
  • 2 replies
  • 1 kudos

Resolved! Chip Select of SPI in Nucleo F401RE stuck low

Hi guys, I m having an issue with my Nucleo F401RE. I m porting a code based on the use of SPI2 that worked very well on Nucleo G431RB. I made same setting on Nucleo IDE (see picture). After inizialization of periperhals NSS (Chip Select) goes to hig...

SPI Setting.jpg scope_1.png scope_0.png
FAJOL.1 by Associate III
  • 494 Views
  • 7 replies
  • 2 kudos

Request for HM01B0 Camera Module Drivers for STM32

Hello,Hello,I am seeking either a ready-to-use or partially implemented driver for the  HM01B0 - QVGA SPI Camera Module to use with the NUCLEO-F767ZI board.My aim is to recreate a project I previously completed with the Portenta H7 on the OpenMV IDE,...

STM32F405 BKPSRAM Random values after initialize

Hello,I have a strange issue with backup ram in F405. It is battery powered after main power off.When i remove battery and power up board, whole bkpram contains values of 0 - this is normal. But after initialize procedure whole memory contains random...

Resolved! ST-LINK error (DEV_TARGET_HELD_UNDER_RESET)

Hi I am working on a own prototype.The issue facing is NRST pin pulled low once powered on.Actually it should give me 2V.MCU used is STM32G030K8.and also on checking the PCB tracking its fine .When we checked by removing the MCU chip NRST is 2.0v .Wh...

meena by Associate III
  • 222 Views
  • 1 replies
  • 0 kudos

Internal Loopback Test with QuadSPI

I am trying to test QuadSPI peripheral in the STM32H745BIT6 by carrying out an internal Loopback test. I am apparently not configuring its parameters correctly. Can anyone suggest what configurations I should do for QuadSPI and if there's anything wr...