cancel
Showing results for 
Search instead for 
Did you mean: 

SPI with DMA only transmit and receive one byte of data?

EOzde.1
Associate III

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

1 ACCEPTED SOLUTION

Accepted Solutions
Imen.D
ST Employee

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

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen

View solution in original post

2 REPLIES 2
Imen.D
ST Employee

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

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen

It helps me a lot. Thank you so much.

Best Regards.