Hi,
The data sheet states in a little bit confusing way that por PE.5 and PE.6 contains pull-down (not pull-up):
“Enable pull-up devices on all Port E input pins except on pins 5 and 6 which have pull-down devices only enabled during reset.”
Clear sentence the ports do not contain pull-up is missing in the data sheet.
However, the alternative function of the pin during reset is to set MODE register of the MCU on the basis of value at pins MODC, MODB and MODA. Usually, the pin is connected via jumper and pull resistor to GND at the evaluation board. Single chip mode is selected by MODC=1, MODB=MODA=0. So it is god to check it.
Underline note: In all examples on our community pages I use start with single chip mode and change to expanded mode. The only thing which has to be done is that the switch of the mode must be done sooner than data initialization in the external RAM (if used). In the code warrior it is necessary to do that in the Startup function in the fila Start12.c
Best regards,
Ladislav