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.
10 years, 11 months ago.
Parallel devices
How do I connect external devices that require D0-D7 /CS /RD /WR to a LPC1768 ? I have the LPCXpresso LPC1768 rev.c board.
1 Answer
10 years, 11 months ago.
Short answer: Not easily.
The 1768 doesn't support external parallel components.
The 177x and 178x products do but not the 176x parts.
You could still access a parallel device using GPIO but it will be slow and not memory mapped.
Not that I know of. The LPC4088 has a parallel bus but the only mbed device using that part doesn't make the pins available, they are used for some SDRAM. There are lots of non-mbed eval boards for those parts but again they tend to use the bus for memory rather than bringing it to headers.
posted by 17 Oct 2014
How fast does it need to be? While I guess those others do have real busses, you can also do alot using GPIO.
posted by Erik - 17 Oct 2014