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! STM32H725 usb missing ux_dcd_stm32.h

Subject: STM32H7 USBX Virtual COM Port Setup - Missing ux_dcd_stm32.h FileHello ST Community,I'm working on setting up a USB Virtual COM port on an STM32H7 microcontroller using Azure RTOS (AzureRTOS-H7). I'm encountering an issue with missing USBX f...

MiB_s by Associate
  • 381 Views
  • 2 replies
  • 1 kudos

PSP switches to the handler stack upon function return

This was a tricky bug to find. I am doing context switching. Everything seems to working well until a context switch happens while one of my tasks has called a different function. Specifically, HAL_GetTick(). To be clear the switch is happening while...

JoeJoe by Associate II
  • 639 Views
  • 3 replies
  • 0 kudos

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
  • 420 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
  • 417 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
  • 627 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,...