Content originally posted in LPCWare by mngeowcy on Fri Apr 10 06:56:17 MST 2015
Ok So I'm using an LPC1679 board , I'm now trying to initialize a UART3 interrupt. I plan to use an RBR interrupt to generate and interrupt once 4 characters have been entered into tera terminal. But I'm having trouble finding the U3IER type definitions in the library. Also , once the interrupt is generated , I would want to compare the string of characters that I have received before I do anything.
So I probably need maybe an example on where to find the type definitions or a sample code on how a UART3 interrupt is initialized.
Thanks.