Other Parts Discussed in Thread: TIDEP-0091, MMWAVE-SDK
I am trying to change the SPI clock frequency with the Demo Firmware of TIDEP-0091.
In order to lower the SPI clock frequency to 500KHz and 100KHz, the value of #define SPI_BITRATE in main.c was changed.
#define SPI_BITRATE 500000-> 1.4MHz
#define SPI_BITRATE 100000-> 960KHz
Could you tell me how to achieve 500KHz and 100KHz?
Best Regards,
Hiroyuki Taguchi