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
  • 4910 Views
  • 10 replies
  • 2 kudos

STM32N6: DMA2D is not working with AXISRAM3

Hi,I have a DMA2D issue with a STM32N6 Nucleo-144 board. I can use the DMA2D to blend two framebuffers if the inputs are in the AXISRAM1. However, when one of the framebuffers is in AXISRAM3 (NPU RAM), the DMA2D doesn't copy from the relevant framebu...

akosnagy by Associate
  • 478 Views
  • 1 replies
  • 0 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
  • 231 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
  • 1095 Views
  • 5 replies
  • 1 kudos