Take the 2-minute tour ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

I'm relatively new to programming with Microcontrollers. I bought an LPC1313 MCU and an FTDI RS232 cable from newark. I later found out that I would need to construct a PCB with 6 pin headers inorder to make the MCU interface properly with the cable. I have no idea how to make that. Are there any books or resources that I can read or look at to get an idea of how to make that?

share|improve this question
add comment

closed as not a real question by Olin Lathrop, Leon Heller, Nick Alexeev, Camil Staps, embedded.kyle Jun 13 '13 at 20:53

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.If this question can be reworded to fit the rules in the help center, please edit the question.

1 Answer

up vote 3 down vote accepted

Pick 1:

  1. Buy an evaluation board

  2. Buy a suitable break-out board for the package purchased E.g.

  3. Buy a generic proto board with suitable footprint. Maybe?

  4. Put the LPC1313 to one side, buy an Arduino and use that instead. as Brian K suggests in a comment below.

The Arduino suggestion, though in many ways similar to the first option above, is a good one in that there is a very large community of Arduino users who provide support to people new to electronics.

share|improve this answer
    
That is one of the most helpful answers I have heard in a long time. THANK YOU SO MUCH!!!!! –  Coder404 Jun 13 '13 at 15:16
1  
Buy an Arduino and get started with that. –  BrianK Jun 14 '13 at 0:20
1  
Or buy an MSP430, or an STM32 Discovery, or a Raspberry Pi, or a PIC board... Arduinos are not the be-all and end-all of MCU's, and I'd say they are actually poor value & teach a relatively poor style of programming compared to using C on an MSP or STM32 etc. –  John U Jun 14 '13 at 8:08
add comment

Not the answer you're looking for? Browse other questions tagged or ask your own question.