2
votes
1answer
79 views

NXP LPC1343 GPIO questions

I am an embedded SW developer who wants to get more familiar with HW design. I have an LPCXpresso board with an LPC1343 on it. I want to build some circuit around that. I thought I'll start by finding ...
0
votes
0answers
621 views

Getting started with LPCXpresso

I just got my LPCXpresso 11U14 Cortex M0 board. I spent a week trying to get SPI working and I still get compiler errors! I've tried to use the example projects on NXP's website, but they are all for ...
4
votes
1answer
1k views

Running a CAN sample project on LPCXpresso LPC11C24

The LPC11C24 has a on-chip CAN transceiver and a section of ROM with CAN driver software. I am trying to run the can_onchip sample project on the LPCXpresso board. ...