commit | 61bef2087fe8c04ae18280f453361c122162cfc1 | [log] [tgz] |
---|---|---|
author | Francois Ramu <francois.ramu@st.com> | Thu Mar 10 10:21:22 2022 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Mar 11 10:59:05 2022 +0100 |
tree | df7e986610700d965ec359763bf3b1e37643ca20 | |
parent | 412ff6edce2fda4330c83ad5b91dcc5f7dc30a58 [diff] |
drivers: spi: stm32 spi with dma must enable cs after periph When using DMA to transfer over the spi, the spi_stm32_cs_control is done after enabling the SPI. The same sequence applies in the transceive_dma function as in transceive function Signed-off-by: Francois Ramu <francois.ramu@st.com>