Other Parts Discussed in Thread: AWR1443
Tool/software:
Hello all,
I am working with the AWR1443BOOST board, and I'm wanting to pass the raw data from the AWR to an XIAO-ESP32C3 via SPI. I turned the S1 switch to the SPI position and have connected what I think are the correct SPI pins. Here are the connections that I have so far:
AWR (J6) ESP32
MCUCLK OUT (pin 5) SCK (pin D8)
SPI_CS (pin 6) D0
SPI_MOSI (pin 12) MOSI (pin D10)
SPI_MISO (pin 14) MISO (pin D9)
What do I need to do to get this SPI communication working on the AWR1443 end? (The AWR1443BOOST board is running the default demo program).