Tool/software:
I want to interface the AWR1642BOOST EVM with an ESP32 via SPI by modifying the EVM's OOB Demo, using ESP32 as the master and EVM as the slave. I also want to allow the ESP32 to control the radar config and data output (as in what data gets transmitted) via the CLI. How should I modify the OOB Demo to do this? Furthermore, would you recommend SPI or UART as the best communication protocol for such a task? Thank you for your help!