STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H7 I2c with DMA not working

I am working on NUCLEO-h745ziq board.I am interface i2c to BMP280 sensor using DMA method.But I am unable to read chipID .Using the polling method Iable to get chipiD and also temperature but using DMA i am unable please help me.s8 BME280_I2C_bus_re...

MDeva.1 by Associate II
  • 559 Views
  • 2 replies
  • 0 kudos

I2C loop backing with DMA not work

I am using Nucleo-h74ziq . I am working with i2c loop backing with DMA.I am using 2 board. One board is master and one board as slave. The master is able to send the data and the slave is receiving the data and after that is not again get ready and ...

MDeva.1 by Associate II
  • 456 Views
  • 2 replies
  • 0 kudos

SAI config for I2S microphones

Hello. I'm looking for information on how to configure I2S microphones using the SAI peripheral. I'm using H743, but this likely applies to any SAIL-capable STM32. The Reference manual, and an application note discuss PDM microphone setup in detail, ...

DOCon.1 by Senior
  • 535 Views
  • 0 replies
  • 0 kudos

Resolved! DMA keep sending data

Hi all,I want to send 3 bytes with the UART DMA controllerbut when this line is executed, the uart sends these 3 bytes endlessly .Why does the transmitting not stop after 3 bytes ?HAL_UART_Transmit_DMA(&huart1,(uint8_t *)spi_buf_in,3);Thank youSteve

sde c.1 by Senior II
  • 423 Views
  • 3 replies
  • 0 kudos