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

DMAMUX: Chaining of request generators

Hello,on the NUCLEO-H723ZG I would like to initiate a DMA transfer (Memory to GPIO ODR) on every 300 ADC EOC events. I have a DMA channel set up for the ADC (DMA1 CH0) and a DMA channel for writing the ODR of a GPIO. Since a single request generator ...

JGiss.1 by Associate II
  • 440 Views
  • 4 replies
  • 0 kudos

SD Card detect pin initialization

Hello,Does anyone know how to link the sdcard_detect gpio pin in cubemx?  If the card is not inserted after power up, the system doesn't come up because  MX_SDMMC1_SD_Init(); fails.I looked at: https://community.st.com/t5/stm32-mcus-embedded-software...

matt-crc by Senior II
  • 644 Views
  • 9 replies
  • 1 kudos

Acoustic Echo Cancelling U5

Hello everyone,I'm experiencing an issue integrating the FP-AUD-AEC1 v1.2.0 library into my U5 microcontroller project and would appreciate some guidance on the echo cancellation algorithm's behavior.My Setup:Audio Input: 1 MEMS microphone acquiring ...

eduarm by Associate II
  • 359 Views
  • 1 replies
  • 0 kudos

STM32H747 USB with DMA does not work

(STM32H747I-DISCO board)It seems to be a common problem -- USB HS works fine as long as this line reads:hpcd_USB_OTG_HS.Init.dma_enable = DISABLE;As soon as I change this to ENABLE (either manually or through STM32CubeMX) then USB enumerates but as s...

Porting X-CUBE-TCPP to STM32G0B1RE

@Roger SHIVELY  Hi Roger and ST Team, I am facing the same issue as described by @VH. I am working with the NUCLEO-G0B1RE and TCPP01-M12.  and I am trying to use the X-CUBE-TCPP software expansion to this board. My Goal :I need to supply a device wit...

Resolved! ADC Buffer Size and DMA

I've been diving in various rabbit holes and I've come to the issue of alignment and pointers. Thus, I enabled -Wcast-align. It has flagged the HAL for the ADC DMA startup here static uint16_t adc_buffer[ADC_BUF_SIZE]; HAL_ADC_Start_DMA(hadc, reinter...

Carl_G by Senior II
  • 702 Views
  • 3 replies
  • 0 kudos