SPI + DMA LL library
Hello.
I am trying to learn about DMA with spi. I tried HAL library which worked fine for me, I tried the LL Examples (stm32L4x) provided in repository which worked fine when i am reading once with loopback. Now i am trying to use a full duplex master spi with transmit via polling and receive via dma. But i am stuck with how to set the receiving part continously ( in a while(1) loop after rx complete callback) with normal mode as i have to set different address each time i am receiving data from an external chip.
Can anyone provide with some suggestion for this?
