ok so i've been working with MCF52235EVB for some time now. i now want to build my own MCF52235 PCB to do some stuff. one of the things I need to do is read 16bit parallel words. so i thought i could use one port to read 8 bits MSB and another port to read 8 bits LSB.
i read through the reference manual and see that analog port (PAN[0:7]) and the interrupt port (PGP[0:7]) are two seven bit ports. so i can set these two ports to be GPIO and digital inputs and read in the words.
is this the right way to do this? any obvious mistakes?