HAL_I2S_Receive_DMA(&hi2s5, i2s_resp[i2s_Rx_xnt], 4096)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-08 1:56 AM
Hi,
HAL_I2S_Receive_DMA(&hi2s5, i2s_resp[i2s_Rx_xnt], 4096) after executing this non blocking function I expect some data will be stored in the buffer but in my case nothing.
Can anyone help me with this?
Selected DMA configuration as circular mode and enabled FIFO with thresold as full.
Regards,
Suresh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-08 3:45 AM
Check stm32f4xx_hal_i2s.c file. Put breakpoints on functions I2S_DMARxCplt and I2S_DMAError.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-08 3:51 AM
Control is never going inside any of the function which is I2S_DMARxCplt,I2S_DMARxHalfCplt and I2S_DMAError.
Regards,
Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-21 3:00 AM
Any further suggestion on this question?
It will be helpful for me.
Regards,
Suresh

- « Previous
-
- 1
- 2
- Next »