Hi!
I have created a processor expert project for FRDM K64F board and while debugging if i try to send a value using the hyperterminal it stops working and the following error of Vectors.c appears:
PE_ISR(UnhandledInterrupt);
PE_ISR(UnhandledInterrupt)
{
PE_DEBUGHALT();
}
I have tried to find the cause but i couldn't.
I attach the project.
Thanks very much