Hi,
I would receive a caracters string in interrupt with my DSP56F807.
I'll arrive to receive one caracter with the function "mySerialComponent_RecvChar()" it works but i cannot use the function "mySerialComponent_RecvBlock()".
I can see my system gone in interrupt with the debugger or LED on board but i don't arrive to receive a caracter string.
I can send a caracter or a caracter string but for this one I don't use the function "mySerialComponent_SendChar()".
I use codewarrior.