F411 SPI LL example: problem when changing SPI1 to SPI4.
I tried to change SPI1 to SPI4 in the LL example code.My problem is I cannot detect any signal on the CLK or data pins.void Configure_SPI4_DMA(void) { /* DMA2 used for SPI4 Transmission * DMA2 used for SPI4 Reception */ /* (1) Enable the cl...