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! 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
  • 411 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
  • 180 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 ...

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
  • 315 Views
  • 6 replies
  • 0 kudos

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

USB_Microphone: not audio output

Hi everyone. I am relatively new to working with STM32 devices, and I am currently attempting to design a USB microphone with an analog input using the Nucleo-L476RG development board in combination with the X-NUCLEO-CCA02M2 USB audio expansion board...