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

Re: HardFault UDP Client

Split from: https://community.st.com/t5/stm32-mcus-embedded-software/hardfault-udp-client/m-p/716640I have the same problem. @LEAMtw, I hope you don't mind if I add details here for my scenarios.Error Thread #1 [main] 1 [core: 0] (Suspended : Signal ...

eduardo_reis_5-1734044383054.png eduardo_reis_0-1734043881079.png eduardo_reis_1-1734043914715.png eduardo_reis_2-1734043961831.png

DMA -> MDMA chaining stm32h7

Hello everyone, Context :  I am having troubles chaining the DMA1 and MDMA of the stm32h755, more precisely, I am looking for the following data flow when reading data from SPI, the SPI being regularly triggered  :  SPI -> DMA1 Channel3 -> SRAM -> MD...

STM32F469I-DISCO CS43L22 Audio Codec

Hi! I am trying to generate a sine wave on my CS43L22 audio codec chip and use the included stereo jack on my STM32F469I-DISCO board. I'm using the STM32Cube IDE. There is one .WAV player example that I can't get to build in the IDE that's closely re...

STM32G4 trigger SPI-DMA transfer with timer

Hello,I want to trigger a SPI-transfer with a timer. Its like in this post:https://community.st.com/t5/stm32-mcus-embedded-software/stm32g4-trigger-dma-request-from-spi-to-memory-with-timer/td-p/726370but I want that an output compare of a timer that...