Hello,
I am working with a MC9S08QG8 and Codewarrior V11 and I am using the SCI component (among others) so that I can have serial communication with the embedded hosting board from a custom software tried before.
When debugging, the communication works fine, but after I "Flash File to Target", thinking in production, the baudrate of the micro controller changes from 19230.769 to 21000 baud aproximattely.
I think that the timer is also afected, so I can deduce that the internal clock frequency is changing...
I have tried to program the micro controller with the .abs, .abs.args, .abs.s19 but with all of them the result is the same.
So, any idea of what can be goin on and how to fix it?
Thank you in advance.