STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! ADC using DMA

I'm trying to use the LL interface to read 2 ADC channels (0 & 1) using DMA. They're configured pretty much as default, 12-bit samples into 16-bit memory variables. I don't see any errors. The transfer completes, as does the EOS. There's data in t...

BCoch by Senior
  • 1668 Views
  • 7 replies
  • 0 kudos

Simple I2S app on STM32G0136-disco is failing

I have created a simple app using stm32cubemx and cubeide that waits for a GPIO signal to go low, then plays a canned stream of I2S data to the port. The function call to HAL_I2S_Transmit() is causing the system to reset. Specifically the statement...

Scott3 by Associate II
  • 1276 Views
  • 10 replies
  • 0 kudos

No question. Information to ST Only.

Cube V5.2.1 configured for STM32G070CBTx using STM32Cube FW_G0 V1.2.0 includes stm32g0xx_hal_rcc_ex.h in it's generated code. This header file references 18 "undefined preprocessing identifiers" (i.e. RCC_CCIPR_LPUART1SEL and RCC_CCIPR_LPTIM1SEL, etc...