mk20dx256vlh7 working!
- Interrupt vector table position fix (affected everything in the firmware) - Added fault debug messages - Fixed usbMuxUart
This commit is contained in:
parent
e708a42d80
commit
03f60df94d
8 changed files with 85 additions and 18 deletions
|
@ -113,8 +113,7 @@ void uart2_status_isr()
|
|||
// Cleanup
|
||||
available = UART_D;
|
||||
UART_CFIFO = UART_CFIFO_RXFLUSH;
|
||||
sei();
|
||||
return;
|
||||
goto done;
|
||||
}
|
||||
|
||||
// Read UART0 into buffer until FIFO is empty
|
||||
|
@ -143,6 +142,7 @@ void uart2_status_isr()
|
|||
}
|
||||
}
|
||||
|
||||
done:
|
||||
sei(); // Re-enable Interrupts
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue