Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
11 years, 1 month ago.
LPC812-MAX USBTX/RX problem
Hi,
I'm trying to send serial messages to a MacBook via the USB-serial interface from my new LPC812-MAX. Something along the lines of
Serial pc(USBTX, USBRX); pc.printf("something\n");
works well with my KL25Z, but fails to produce anything from the LPC.
From one of Wim Huiskamp's notes http://mbed.org/users/wim/notebook/lpc812-lpcxpresso-board/ on the xpresso board I'm getting the idea that there's an issue with pin names. However, even using either of
Serial pc(P0_4, P0_0); Serial pc(P0_6, P0_1);
doesn't yield any output. Any ideas what could have gone wrong considering the above code works fine from a KL25Z?
Boris
2 Answers
11 years, 1 month ago.
See: https://mbed.org/handbook/mbed-NXP-LPC800-MAX-Getting-Started
Apparantly some soldering needs to be done.