STM32L476RG Nucleo-64 SPI Transmission Problem
Hi, ı am trying to send some buffered data via SPI but it doesnt work. PA5-6-7 are automatically set by SPI and I also enabled PB6 for CS. Normally my algorithm needs to:
1) Send 3 HF pulses to low and start interleaved ADC simultaneously.
2) Take 1400 samples by DMA ADC(ADC Buf is 700 but it is interleaved so 1400 samples)
3) Buffer this data and when DMA finishes, send it via SPI DMA
4) Wait around 40ms and repeat
You can find my main.c below.
Also in logic analyzer that ı set for spi, I can kind of see the pulses but they and also CS pin are very unstable.

