What is MibSPI maximum baud rate for the TMS570LC4357?
Is TMS570LC4357 MibSPI module has maximum baud rate in master mode different from maximum baud rate in slave mode?
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.
What is MibSPI maximum baud rate for the TMS570LC4357?
Is TMS570LC4357 MibSPI module has maximum baud rate in master mode different from maximum baud rate in slave mode?
Hello,
The minimum cycle time in both Master ( tc(SPC)M ) and Slave ( tc(SPC)S ) mode is 40 ns which means Maximum SPICLK of 2MHz
When the SPI is in Master mode, the following must be true:
For PS values from 1 to 255: tc(SPC)M ≥ (PS +1)tc(VCLK) ≥ 40ns, where PS is the prescale value set in the SPIFMTx.[15:8] register bits.
For PS values of 0: tc(SPC)M = 2tc(VCLK) ≥ 40ns.
When the SPI is in Slave mode, the following must be true:
For PS values from 1 to 255: tc(SPC)S ≥ (PS +1)tc(VCLK) ≥ 40ns, where PS is the prescale value set in the SPIFMTx.[15:8] register bits.
For PS values of 0: tc(SPC)S = 2tc(VCLK) ≥ 40ns.
Al this is stated in Datasheet, Section 7.12.