2021-10-04 08:24 AM
Hello Comunity,
I am trying to receive data with stm32h745 from stm32f407. In polling mode and IT mode no issue of getting multiple bytes of data. But with the DMA I can only receive and transmit one byte of data and nothing more. DMA is configured in normal mode. Any suggestion.
Best Regards
Solved! Go to Solution.
2021-10-05 07:49 AM
Hello @EOzde.1
Check the possible DMA issues described in this FAQ: DMA is not working on STM32H7 devices.
When your question is answered, please mark the answer as "Best Answer", this can be very helpful for Community users to find this solution more quickly.
Imen
2021-10-05 07:49 AM
Hello @EOzde.1
Check the possible DMA issues described in this FAQ: DMA is not working on STM32H7 devices.
When your question is answered, please mark the answer as "Best Answer", this can be very helpful for Community users to find this solution more quickly.
Imen
2021-10-08 04:25 AM
It helps me a lot. Thank you so much.
Best Regards.