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

FileX SD card insertion/removal handling

Hi,how am I supposed so handle the reinsertion event while using the FileX with an SD card? All the examples I saw assume the SD card cannot be ejected while in use which is obviously unrealistic.I tried to do it according to the official docs and wh...

Pajaka by Associate III
  • 5140 Views
  • 10 replies
  • 2 kudos

Resolved! UART Interrupts With Nucleo-L476

I have looked https://community.st.com/t5/stm32-mcus/implementing-uart-receive-and-transmit-functions-on-an-stm32/ta-p/694926 and https://wiki.st.com/stm32mcu/wiki/Getting_started_with_UART#Configure_UART_Interrupt and tested sending tx data with a S...

cbarb2747 by Associate III
  • 292 Views
  • 4 replies
  • 2 kudos

Resolved! HAL_Delay - out by 1ms ?

Hello, I am using HAL2 and wrote the basic code below: while (1) { HAL_GPIO_TogglePin(LD1_PORT, LD1_PIN); HAL_Delay(1); } I looked at the pin with an oscilloscope and I see that the signal stays 2ms low and 2ms high. If I change the code t...

USB Device CDC ACM

Hello,I am working on USB device CDC ACM for STM32N655L0. I found an example about "Ux_Device_CDC_ACM" for NUCLEO-N657X0-Q. Can I use this example for my mcu? How can I find ioc configuration of this example?I also tried to implement this example to ...

BKaya_0-1750430697260.png
B.Kaya by Associate III
  • 1194 Views
  • 5 replies
  • 1 kudos

STM32F411E-DISCOVERY - audio filtering

I’m starting to work with the STM32F411E‑Discovery board and I’d like to use it for real‑time audio filtering. I’m using the onboard MEMS microphone together with the mini‑jack audio output.I’m currently struggling with configuring the clock settings...

Michael9 by Associate
  • 352 Views
  • 4 replies
  • 3 kudos