Content originally posted in LPCWare by 12345 on Wed Jun 08 03:02:10 MST 2011
Yes, I would like to use lpc1114 to act as a middle-man
1) Send double-byte Fonts Database(binary files around 2 MB) by using
PC RS232 to LPC1114 UART. Need to use baud rate 115200, otherwise
will be very slow.
2) LPC1114 then (real-time)write the Fonts to SPI flash ROM.
3) Eventually, LPC1114 will be able to retrieve and display double-byte
fonts on LCD display.
a. I would like to put the PageProgram inside UART interrupt handler.
but the baud rate is 115200. How do I handle it?
b. How can I disable UART interrupt ?
c. LPC1114 interrupt is nested or sequential?
d. PageProgram max can write 256 bytes each time?
Appreciate any suggestions.
Quote: NXP_Europe
Hello 12345,
please share us (parts) of your hardware you like to use and what the purpose is.
Do you want to use the lpc1114 as a bridge?