I want to use a single Port line from P5 as an input! Are there special settings for this port (e.g. setting a bit in a register;...)? Exsist some special configuration in µVision? The standrad way I tryed was:
sfr P5 = 0xC4; sbit SI1 = P5^7;
only SFRs with hex addresses ending in 0 or 8 are bit addressable. Erik