Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 3 months ago.
FRDM-K64F Uart problem
Hello, Im having what it seems to be a simple problem but i can't solve it.
Everytime I attempt to send data using the function "" UART_DRV_SendData"" , with all the configurations set up ok, the program is sent to ISR default handler and the program gets stuck there. The thing is , i have even tried to Copy-Paste the UART driver example program(also headers) and it still doesnt work. Strangely enough, when i debug the uart-driver-example (which is the copied code), it works. Can anyone help ?