Hi,
You can find a bunch of ADC sample code in the skeleton project at the bottom of:
http://www.cpustick.com/downloads.htm
Look in sources/adc.[ch] and follow the MCF52233 (I believe) #if's. You can see how pins are configured in sources.pin.[ch], and you can configure AN7 for analog input while configuring the other AN pins for digital output or whatever.
If you're having trouble verifying your hardware is working, you can even load up StickOS and probe the hardware interactively -- it's pretty simple to set output pins or read input pins (even analog input).
-- Rich