Manually instructions during real time clock run? #1162
-
I'm currently trying to enable an input in addition to my program instructions during my real-time clock run. The program should stop during the input, so I used a multiplexer. The goal is to use register and ALU commands by use inputs and manually store them in RAM to use them later with the program. The manually instruction should temporarily stored until the next instruction and the register does should not assume a different state again, so I switched a buffer between my 16-bit input and the multiplexer, which forwards the instructions. The problem is that sometimes the value is accepted, like on screenshot below. But most the register stored random values. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I solved it by putting a register in between instead of a buffer. |
Beta Was this translation helpful? Give feedback.
I solved it by putting a register in between instead of a buffer.