SPI Baud Rate Settings

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SPI Baud Rate Settings

Jump to solution
5,224 Views
rayhall
Contributor V

In the MC9S12XEP100RMV1.pdf data sheet it gives the formula to calculate the baud rate for SPI.

 

This is...

 

BaudRateDivisor = (SPPR + 1) * 2(SPR + 1)

Baud Rate = BusClock / BaudRateDivisor

 

You have to lookup a table to find the SPPR and SPR values. This table is based on a bus of 25 Mhz.

 

I am using 24 Mhz bus. Where do I find a table for this speed ?

 

Ray.

Labels (1)
0 Kudos
1 Solution
1,542 Views
iggi
NXP Employee
NXP Employee

Use the excel sheet attached. Baud rate changes according to the value of the bus clock.

Regards,

Ivan

View solution in original post

0 Kudos
2 Replies
1,543 Views
iggi
NXP Employee
NXP Employee

Use the excel sheet attached. Baud rate changes according to the value of the bus clock.

Regards,

Ivan

0 Kudos
1,542 Views
rayhall
Contributor V

Thank you Ivan,

Ray.

0 Kudos