Tool/software:
I used the SPI interface on the CC2745 chip, and I downloaded the SDK from the TI website. The SPI operated in master mode (SPH=1, SPO=1). However, there were some differences in the datasheet: the minimum value of tCS. LEAD is 1 SCLK, but the actual value was 0.5 SCLK; and the minimum value of tHD.CO is 0 ns, but the actual value was -2.4 ns (the PICO change before the SCLK).
I have the following questions:
1. Does it have any impact on the SPI communication if tCS. LEAD and tHD.CO are not the same as in the datasheet?
2. Can I modify the tCS. LEAD and tHD.CO values in the SDK, and if so, how can I do it?



