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

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
  • 399 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
  • 814 Views
  • 3 replies
  • 0 kudos

Resolved! OCTOSPI: HAL_OSPIM_Config()

I'm using a STM32U585AIIxQ. The firmware package is: STM32Cube FW_U5 V1.7.0. CubeMX version is 6.13.0.OCTOSPI1 is configured as Single SPI on port1 and OCTOSPI2 is configured as Quad SPI on port2.After initialisation only the last initialised OCTOSPI...

Marcel3 by Associate II
  • 617 Views
  • 6 replies
  • 3 kudos