STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Get back in IAP from APP

Hello,Im beginner,STM32H753 on the EVAL BOARD,Objective:At startup, the IAP is ignored with a condition on the jumpToIAPFlag flag that checks whether the reset is related to POWER ON or NRST (hardware button), which would therefore be a normal startu...

Resolved! Generate a single pulse of 12ns with stm32u5

Hi there.I’m trying to generate a 12 ns pulse for a time-of-flight (ToF) application.I’m using an STM32U5 microcontroller, and I’d like to know whether one of the general-purpose timers (TIM2/TIM3/TIM4/TIM5) can produce a pulse that narrow. With a 16...

Regarding TSN Support in STM32N657x boards

Post edited by ST moderator to be inline with the community rules especially with the code sharing. In next time please use </> button to paste your code. Please read this post: How to insert source code Hello   We would like to inquire whether the S...

Aks by Associate III
  • 284 Views
  • 5 replies
  • 0 kudos

USBX MSC SD card + FILEX SD card problem

Hi, i'm trying to make a firmware that can read an SD card with filex but that can also connect that SD card to USBX MSC device (no simultaney). i'm able to do the two functionality in two separate firmware, but the problem is to merge. for now is su...

ABasi.2 by Senior
  • 206 Views
  • 9 replies
  • 0 kudos

Resolved! GPIO output not working

Hi, I’m working on an STM32G491 MCU and facing an issue with GPIO PB9.In my project, I initialize PB9 as a digital output and try to set it HIGH, but the pin always stays LOW on the board.However, if I configure PB9 as input and toggle the pin extern...