Hello everyone: The main program is as follows: main: nop nop nop ;-----------------Start to judge the key value; main_loop01: cjne a, #1, main_loop02 ljmp main Does this mean that the main program wi
I am learning wince, and someone recommended me to learn ucos. I am confused and want to ask you guys, haha, don’t laugh at me, how much salary do you make doing wince development?
I recently learned about ARM7 and found that each register has a 32-bit address. So, the operation of a register is actually the operation of this address. The concept of a register is a digital circu
Some people say that when a microcontroller drives an LED light, a pull-down resistor must be added to the microcontroller port (not just the P0 port) regardless of how the program is controlled. Ther
The test bench of the lighting program automatically generates the following code:Ask // Add stimulus hereHow to write the stimulus signal later? Thank you. Don't just give the example without explana