The SPI cannot pull down the CS (Chip Select) automatically via hardware.

    Currently, I have configured cs-gpios in the device tree and loaded the SPI in the main function. Why is D0 (representing CS) kept high in my experimental waveform, and SCLK (D2), MOSI (D4), and MISO (D6) also behave abnormally?

Related