SPI1 + DMA Interrupt setup for RX only from a peripheral sensor (Nucleo-F767ZI)
Hello Everyone, So, I am trying to configure the SPI1 to work with DMA so I can fill in a buffer from my sensor for every occurring interrupt, so when the buffer is full and I can send it to my client server. I used CubeMX to configure SPI1 and DMA2 ...