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

Resolved! Refined Ticket for ST Community

Hi ST Team,I am currently using STM32H563ZIT6 and STM32H755ZIT6 in my project. We are now preparing to move from prototype to mass production, with an estimated requirement of ~10,000,000 units per year.As we transition into production, I am facing s...

Bug in example of NUCLEO-U575ZI DAC&DMA?

Hi, there is this example for using the DAC with DMA for the NUCLEO-U575ZI:https://github.com/STMicroelectronics/STM32CubeU5/tree/main/Projects/NUCLEO-U575ZI-Q/Examples/DAC/DAC_SignalsGeneration_DMAIn the current V1.2.0 of file https://github.com/STM...

psfahr by Associate II
  • 54 Views
  • 0 replies
  • 0 kudos

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...

HugoSTM32 by Associate III
  • 299 Views
  • 12 replies
  • 6 kudos

Resolved! B-L4S5I-IOT01A - Record 16 kHz audio with DFSDM

Hi ST community,I am using the B-L4S5I-IOT01A board to record 3 sec of 16 kHz audio using DFSDM + DMA, and then transmit it offline via UART (after recording is complete). Since two MP34DT01-M microphones are connected to DFSDM Channel 2, I configure...

Saeid by Associate II
  • 418 Views
  • 3 replies
  • 0 kudos

NUCLEO-F103RB: Bare-metal USART driver

I'm writing a UART driver for NUCLEO-F103RB and I followed all steps in the book "Bare-metal embedded C programming" and advices from Gemini but still can't see the receiving output from my PC.How can I fix this?Other parts than UART work without pro...

1.png
Jajang01 by Associate
  • 231 Views
  • 8 replies
  • 7 kudos

sdcard interfacing with stm32f411ceu6

Post edited by ST moderator to be inline with the community rules for the code sharing. In next time please use </> button to paste your code. Please read this post: How to insert source code.i am trying to interface stm32f411ceu6 with sdcard  using ...