STM32 MPUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! SAI2 MCLK not set, codec cannot get MCLK freq

Hello everyone, I am trying to debug a custom board with STM32MP151 with WM8988 connected with SAI2, the connection is just as  STM32MP15x-DK with except that there is no I2S to HDMI. The device tree configuration is a mimic of STM32MP15xx-dkx.dtsi. ...

jasonj2 by Associate II
  • 259 Views
  • 3 replies
  • 0 kudos

Max clock for I2C for stm32mp157a

I have several questions first one is what is the max clock for I2C, minimum is pointed at this sheet but what is the max?Again for the same sheet for the LCD-TFT controller, I will be using 1.8V LVDS display so fclk frequency will be 45 MHz max righ...

Gencay by Associate III
  • 517 Views
  • 1 replies
  • 0 kudos

stm32mp1 SAI DMA issue

Hi,We are using stm32mp157a in our custom board.We are configured SAI for Cortex M in cubemx.But we are unable to get dma interrupt and data through DMA. you can see my code flow below.In main.we are calling below functions.int main(){ MX_DMA_Ini...