SPC5 UART Oversampling
Hey there,
i'm trying to get a higher Baudrate for UART on the SPC582B. The datasheet says that i have to set the oversampling rate to 6, to get a maximum Baudrate of 13.33.

to set the Oversampling i should set the bits in the UARTCR register, for CSP, OSR and ROSE. The thing is, by the low level functions, i can just only write in the Bits 16 to 31.

i have found the true registers for it, it is in the spc582b.h, but as i said the low level functions doesn't use it. therefore should i initialize the UART bus on a different way to use it, that the low level functions are using the normal 32bit registers ?


these are the normal ones

