fabianwork wrote on Thursday, December 03, 2009:
Hello,
I’ve an error message on a serial port. I’m working with FreeRTOS v6.0.1 and a ColdFire MCF5213.
Everything work fine but when I add an “if” before to send message, instead of sending “1 2 3 4 5”, I have “Format Error - PC = 0X0030BE”
Here’s the sending line :
vSerialPutString( xPortRF,trameTEST,5);
and if I had this condition just before :
if (rxchar == (char)_ID)
the COM port will not work.
Thank you for you help.