This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Problem in External Memory Interface in C8051F120

Hi,

I am using C8051F120 from Silabs.., I have connected PPI 8255 with my controller which is be addressed as External Memory interface(EMI) as I take control lines of PPI A0,A1 with lower ports of Microcontroller..

I am finding problem with interfacing using XBYTE to address externaly..,

Ex:


   XBYTE[0x0000]=0xFF;

where the control lines of PPI A0,A1 r selected with address XBYTE[0x0000] and data is latched with 0xFF;

this operation is not performed properly..,

If there is any solution to this problem.. plz let me know...

Rajesh