Hello, I want to create a GUI for my LPC1114 mcu but I am not sure exactly how to do it. I know how to create a GUI but I don't know how to get it to interact with my mcu. Any help is appreciated.
Assuming the chip doesn't contain a display, what specifically are you using? Do you have a driver for that? Are you using a commercial graphics/windowing library?
A GUI that runs on a PC and talks to your processor. Or a GUI that runs natively on your processor?
So the chip itself has no display, the GUI will be on my computer.
So you will need to devise some sort of communication scheme - or "Protocol" - between the microcontroller and the PC/GUI...
Yeah that is what I am having a problem with because I am not sure where to begin.
Start with teria term. To send commands for debugging the meu code. Try to find example serial programs to follow.
View all questions in Keil forum