Content originally posted in LPCWare by Pacman on Fri Sep 05 07:45:32 MST 2014
Good information.
-So you have a board already, and the LCD is connected for you. I assume they've chosen well, when they connected the pins.
I'm using GCC for my projects, so I do not know how it works with Keil, LPCXpresso or other setups.
-But if you're using GCC, I might be able to help you, otherwise, I will recommend that you listen to someone else, as I would probably be ruining your setup. ;)
The first thing you need to make sure that is working properly, is the software you're using on your desktop computer. I'm using a PowerMac, and am not a good choice for advice on Windows platforms. I might be able to provide minor help on Linux and the open-source tools.
But my advice is that you use LPCXpresso if you can.
I can think of three reasons to use GCC:
1: You're on a non-Windows platform.
2: You're going to share your work with someone who's not using Windows.
3: You want to port code which is already buliding under GCC.
But before I start giving you bad/incorrect advice, I'd like to ask if you're using Windows/Linux/Mac OS X (or something else).