Technical discussions about Freescale (Motorola) DSPs (including the DSP56000, DSP56300, DSP56600, 56800 DSPs).
hi,
i use the PE3 as a output signal,i have make a program:
{ periphMemWrite(0x0000,&ArchIO.PortE.PeripheralReg);
periphMemWrite(0x00f0,&ArchIO.PortE.DataDirectionReg);
periphMemWrite(0x0000,&ArchIO.PortE.DataReg);
}
/************************************************/
{
periphBitSet(0x0008,&ArchIO.PortE.DataDirectionReg);
periphBitClear(0x0008,&ArchIO.PortE.DataReg);
}
The result is the level of PE3 doesn't change,nomatter the PE3 of DataReg is 1 or 0,why?How to
modify?thanks