This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IWR1443BOOST: About SPI Clock Frequency

Part Number: IWR1443BOOST
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