I can't get data off my ARM LPC2378 microcontroller - does it need UART or can any GPIO be used?
Tell me more
×
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.
|
|
You need a level converter to actually use the UART (connecting to a PC, for example). Check out this schematic Keil eval board |
|||
|
|
|
If you're talking about connecting the processor's UART to a PC's serial port, you can now get USB to RS232/TTL converters. One end goes into your PC's USB socket, and appears as a normal serial port; the other comes out to 5 V or 3.3 V signals that can be connected directly to your processor, with no level-shifting required. We've used TTL-232R-3V3 from FDTI Chip, which works perfectly for this kind of application. |
|||
|
|