??? 01/23/06 19:41 Read: times |
#108124 - Memory Map Responding to: ???'s previous message |
Please tell me if I am wrong.
The OP only need the /PSEN to enable the EEPROM because the program is there (8032). The 8255 is in the external data memory space, then you can use /RD and /WR and A15 to /CS to enable it. Now, if you use A0 and A1 of the 8032 with A0 and A1 of the 8255, then your 8255 may be is in the following address: 1000 0000 0000 0000 = 8000H 1000 0000 0000 0001 = 8001H 1000 0000 0000 0010 = 8002H 1000 0000 0000 0011 = 8003H F011 is an address of the 8255, if you note that the A14 - A2 lines are don´t care. 1111 0000 0001 0001 = F011H but this is the address of the port b. I don´t know exactly but it sounds like a memory map trouble. Please check your hardware and give us a diagram to see. Roberto Muñoz |