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

I am testing the boot mode of STM32G070 with Nucleo-G070RB board, using an IAR I-iet emulator. Thanks.

I try to use UART to download firmware to the board with STM32CubeProgrammer, UART 1 was connected to the PC. I added the following code trying to set the MCU to boot mode, but after run this code, my I-jet emulator stop working, cannot talk to the C...

CChen.16 by Associate II
  • 853 Views
  • 2 replies
  • 0 kudos

Configuring I2S Clock (stm32h7)

​HelloI am trying to establish I2S communication with external audio codec. The manual says the I2S clock (Fi2s_clk) is a function of the audio frequency. There is table with example frequencies. For example, the table provides 3 examples for frequen...

Leo M by Associate
  • 2222 Views
  • 2 replies
  • 0 kudos

LL Low Layer Driver DMA doesn't start not Interrupt

Hello,I try a exable from ST documentation but the trasfer never happens. ##################### Init and Start DAC and DMA ######################### LL_DAC_EnableDMAReq(DAC1, LL_DAC_CHANNEL_1); // enable DMA for Channel1 LL_DAC_Enable(DAC1, LL_DAC_CH...

GIkar by Associate III
  • 553 Views
  • 0 replies
  • 0 kudos