Parallel bus (address 8 bit, data 8 bit) access sample using GPIO pins.

Dependents:   mini_board_PCU9669_demo mini_board_PCU9669

Parallel bus emulation sample code

mbed (LPC1768) does not have parallel bus but it can be emulated by GPIO.
Please find a notebook page for more infomation.

/media/uploads/nxp_ip/parallel-block-diagram.png

/media/uploads/nxp_ip/parallel_access_opt.png

Revision:
2:8f5c7901d52a
Parent:
0:d6ec2b9171cb
Child:
3:a3e71822a7a3
--- a/hardware_abs.c	Wed Jul 11 09:37:35 2012 +0000
+++ b/hardware_abs.c	Thu Jul 12 06:03:57 2012 +0000
@@ -5,7 +5,7 @@
  *  @version 1.0
  *  @date    26-Mar-2012
  *
- *    ** Parallel bus accessing library version 2.0 (11-Jul-2012)
+ *    ** Parallel bus accessing library version 2.0 (12-Jul-2012)
  *    ** version 2.0 has been made for speed optimization by register level control
  *    ** And it makes parallel bus independent from mbed-library (PortOut, PortInOut)
  *