Thanks. Can only offline tests performed in auto mode. for me objective to test only RAM and RoM.
and one query regarding esci.
for primary func of esci the pins are declared as
SIU.PCR[89].R = 0x400; // Configure pad for primary func: TxDA
SIU.PCR[90].R = 0x400; // Configure pad for primary func: RxDA
for alternate func pin shuld it be declared like this?
SIU.PCR[100].R = 0x430; // Configure pad for Altenate2 func: TxDE
SIU.PCR[88].R = 0x430; // Configure pad for Altenate2 func: RxDE
is this correct ?