Hi,
It isn't a bug in Processor Expert. It isn't available to set requested baud
rate directly from selected internal oscillator frequency in Bean Inspector. The nearest value for 31.25kHz is 55555 baud. Using Timing dialog it is possible to set 57600 baud only if allowed error increased (e.g. set Error allowed to value 5%).
Two solutions how to configure it better exist:
1. External crystal 32kHz can be used. The result is 58524 baud.
2. By trimming (see application note AN2496) to modify internal oscillator value to 32.4kHz that is more suitable for generating baud rate 57600. The result is 57600 baud directly
Best Regards,
Processor Expert Support
The plan is to use the MC9S08QG8 with preferable the internal osc.
Reason for 57600Baud is that i shall interface an Bluetooth module
from ConnectBlue and this i the default speed for this device.
I might use the 9S08GT32 since i used this previously but i would like
to use the new QG device since its low pincount.
/Peter
Hi Peter,
At a hardware level it is possible.
e.g. at highest ICG clock of 19.9954MHz on a GB/GT you can divide it by 21 and get 59510 baud (1% high) or 22 and get 56805 (1% low).
If you use the ICG you may be able to fiddle the busclk to provide greater accuracy.
Perhaps Processor Expert is baulking at the errors
At these higher baudrates you run out of resolution with the divider.
1% error should not cause any problems
What device are you using?
Regards Peg