I'm on a project that demands high performance so I've chosen this board, out runs anything I've used before.
I know how to do the below for individual pins that’s easy.
#include <pins.h>
J2[44].function(PINJ2_44_GPIO); // Configure pin J2-44 for GPIO
J2[44] = 1; // Drive pin as output
Using this how would I read or write several pins as a group ( char Data = ReadGPIO();) (WriteGPIO(0xF4))
Thanks
Randall
GPIO Mod54415
Re: GPIO Mod54415
The 54415 has a special set of gpio pins called RapidGpio. Take a look at the netburner examples, it shows the various performance modes and timing for pins class, C and assembly.
Re: GPIO Mod54415
The easy to use GPIO class is not approriate for that.
Look at the earlier rapid GPIO app note, look at the GPIO section in the freescale manual.
Look at the earlier rapid GPIO app note, look at the GPIO section in the freescale manual.