Reputation: 453
I use the MCU 8051 IDE and currently I am trying to work with the keypad in the emulator.
At first I set the Port/Bits for the specific keys but when I press a key the assigned bit(s) are not being set. I don't get any response if a key is pressed or not.
I checked the documentation but there is no further information which could help me. Does anyone have a solution for this?
Picture of the keypad:
As I can trace the memory in the emulator I do not need code.
Upvotes: 0
Views: 788
Reputation: 453
The problem is solved. Actually the bits are set but the emulator is buggy and does not show it in the GUI.
Upvotes: 0