STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32H732 I2S Unstable Clocks (Stutter)

I have set up a project in STM32CubeMX. I have setup both I2S1 for Receiving and I2S2 for Transmiting with DMA. After the normal initalization i start receiving from the DMA:       if (HAL_I2S_Transmit_DMA(&hi2s2, (uint16_t*)&output_buffer, 1) != HAL...

Gkatsos by Associate III
  • 900 Views
  • 13 replies
  • 0 kudos

STM32H7 I2S HAL bugs

Posted on June 22, 2018 at 15:58There seem to be some bugs in the H7 HAL library.Firstly HAL_I2S_Receive_IT() causes a HardFault because, as far as I can see:1) OVR flag is not cleared2) in `HAL_I2S_IRQHandler()` there is an attempt to call ` hi2s->...

STM32H7 I2S DMA RX problem but not TX

HiI am stuck with STM32H743IIT I2S DMA RX ..The code is working perfect when uncommet HAL_I2S_Transmit_DMA (Line 29) but when uncomment line 31 HAL_I2S_Receive_DMA it feedback HAL_OK but do never go into the callbacks ..What can be the issue ?Best re...

hjh by Associate III
  • 1078 Views
  • 5 replies
  • 0 kudos
Labels