Hi, I want to connect a "LPC1788 Developer’s Kit" board to my PC. I have RS232 port in both sides. Should i use straight and crossed RS232 cable ? thank you in advance.
Sabi, does it already work? From my experience, the problem will start by just compiling code for a LPC. Keil has a total mess in the library for the various models. We had a LPC1758 and a LPC1315, which are not very different. But the files for the 1758 did not work with the 1315 and vice versa. Also, when comparing files with the same name, simple things like GPIO setup were totally renamed from one chip to the other. Apart from the fact that programming the LPC is a pita.
I tried to build a code that i have, it work perfectly when i simulate it with Keil Simulator (Device: LPC1788). But when i burn the hex file into board nothing appears.