STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SMBUS

I am using STM32F779NI for my project. The end device works on SMBUS. Does using I2C HAL for driver development instead of SMBUS HAL will work??If not, are there any example code for SMBUS, share a link if there is any? 

A3 by Associate III
  • 759 Views
  • 3 replies
  • 0 kudos

I2S_CKIN VS SDMMC

Hello;I have 2 external audio clocks 49.152Mhz and  45.1584Mhz for 44.1 and 48Khz music and higher sampling rates;the only option that i saw is connect them from I2S_CKIN pin.But i have to also use high speed SD card interface SDR104 in SDMMC control...

0690X00000As2KfQAJ.png 0690X00000As2KaQAJ.png 0690X00000As2KpQAJ.png 0690X00000As2LEQAZ.png

STM32H7's I2C4+BDMA method cannot read sensor data

Reading sensor data using the STM32H7's I2c4+BDMA method was unsuccessful. It is okay to simply use I2C4 or other i2c+DMA methods. The read function when using BDMA is HAL_I2C_Mem_Read_DMA, and when BDMA is not used, it is HAL_I2C_Mem_Read.

one V by Associate III
  • 1502 Views
  • 10 replies
  • 0 kudos