STM32F427 - No SPI4 Communication
Currently, I am seeing no signals on the SCLK and MISO/MOSI lines on the SPI4 lines from a STM32F427 chip to a SPI flash during an attempted read/write. At the moment, I've done the following:Enable GPIO clock (HB1) and SPI clock (PB2)Configure CS:pi...