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

Resolved! No I2S output on a STM32G071 via TAS5722L

I have a stm32g071gbu6 , that is linked to an I2S amplifier TAS5722LPA5 (I2S_CK) -> BLCKPA15 (I2S_WS) -> LRCLKPB5 (I2S_MCLK) -> MCLKPB6 (I2S_SD) -> SDII use a divider bridge to pass my 3,3V stm32 output to a 1,8V which is the only voltage the TAS acc...

Raphy by Associate II
  • 371 Views
  • 8 replies
  • 1 kudos

Resolved! Configure STM32H753ZIT6 Internal RTC

Hi, I'm trying to configure the internal RTC on the STM32H753ZIT6 development board, but the RTC isn't functioning correctly—the time doesn't increment. The code was previously working with Ethernet, and I attempted to configure the internal RTC to w...

Ematic by Associate II
  • 207 Views
  • 4 replies
  • 0 kudos

Resolved! ADC multichannel using Interrupt

I have 3 potentiometers, one on each channel of the ADC, that vary 3V. The ADC reads the values and converts to voltage.I have not been able by reading the datasheet and looking at some examples online to figure out how to get it to work using interr...

luke514 by Senior
  • 8455 Views
  • 13 replies
  • 3 kudos

stm32h7 LTDC controller CLUTWR register config

hello, When configuring the STM2H7 LTDC display controller in CLUT mode, the CLUTWR register needs to be write. In the official example provided by STM32, the register is cycled 256 times to configure the CLUT table. This method of writing 256 times ...

wangx by Associate
  • 190 Views
  • 2 replies
  • 1 kudos

Normal USB CDC Cannot Define after update.

I was used normal mode USB CDC with Host Only -> and in middleware ( USB CDC) And it worked no matter what and good for beginners. After Update That files ware missed with same settings-up for new project. i was in middle in middle of the project for...