for computing the baud rate for PIC18F4550, the following equation is used:
Baud = F_OSC/(4 * (SSPADD + 1))
---------- eq.1
according to the data sheet:
SSPADD = 10
for 400k Baud at 20Mhz Fosc.
But by substituting the parameters into equation (1), the SSPADD will equal 11.5
so how is SSPADD = 10
?