CodeWarrior does not allow me to view these registers. The only visibility I have is following
:
Thread 0X0 (which includes general purpose registers Dn and An) and generic supervisor registers (CACR, ACR0, ACR1, VBR, MBAR, RAMBAR).
I have been using a workaround to verify the status of the registers by introducing an external variable vunit8 temp, and assigning it value of the registers
temp=MCF_GPIO_DDRTC;
and
temp=MCF_GPIO_PTCPAR;
Values that returned are the ones expected.
Message Edited by Olga on 2009-05-31 10:48 PM