STM32H5xx SPI DMA #71871
-
Hi, I am working on SPI DMA transfers on STM32H563ZI. I was able to transfer data over SPI using DMA and I observed that it is a blocking transfer and core waits till transfer is complete. The polling sequence are as follows: zephyr/drivers/spi/spi_ll_stm32.c Line 1061 in ca4ff1e zephyr/drivers/spi/spi_ll_stm32.h Line 223 in ca4ff1e Is there any support for non-blocking SPI DMA transfer? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi @NagaHimanshu, for now non-blocking DMA transfers are not supported, but I'm working on it, hopefully will submit a PR next week. |
Beta Was this translation helpful? Give feedback.
Hi @NagaHimanshu, for now non-blocking DMA transfers are not supported, but I'm working on it, hopefully will submit a PR next week.