Hi Ti:
I am testing the SPI_master and SPI_slave examples with simplelink_cc13x2_26x2_sdk_4_30_00_54.
When I use 20cm lines to connect the master and slave, the result is good, however, when I add the lines to 60cm, there is an error about communication.
After checking, we found that the bitRate config is different: SPI_master's bitRate is 4M/s, and SPI_slave's bitRate is 1M/s, as below:
I am very wondering about the following answer:
1. why do NOT config to the same bitRate in the example?
2. why the example can work well at different bitRate?
Thanks!