I am using a original keil compiler for my project development. In that one code uses an interrupt.( I am programming on 8051 architecture ). The program is working well with simulation. but when i loaad it on the chip it is not working . The details is like this on port0 i have my LCD and on port1 i have my key board decoder 74ls923 which is interrupt driven on int0- P3.2. the hardware is working fine i have checked on that Pl advice me what to do i am using a version 7.0 of keil
Comments
Try litting some LEDs for test purpose on some other ports to make sure that the keyboard is working fine.
LCD needs all the wave forms to be correctly followed to give the correct result. It is not just like writting into the control/data registers. Refer to the manufaturer's comments on the usage of the device.
Iam in chennai and if you are in the same line, please revert so that we can do some experiments on it.
Regards,
Johnson.
: I am using a original keil compiler for my project development. In that one code uses an interrupt.( I am programming on 8051 architecture ). The program is working well with simulation. but when i loaad it on the chip it is not working . The details is like this on port0 i have my LCD and on port1 i have my key board decoder 74ls923 which is interrupt driven on int0- P3.2. the hardware is working fine i have checked on that Pl advice me what to do i am using a version 7.0 of keil
: