Practical Microcontroller Programming Experience Summary

Practical Microcontroller Programming Experience Summary

Experience 1: Use “Software Trap + Program ID” to Deal with PC Pointer Fluctuations When the CPU is disturbed by external factors, sometimes the PC pointer may jump to another segment of the program or to a blank segment. In fact, if the PC pointer jumps to a blank segment, it can be handled easily. … Read more

Microcontroller Programming Experience Summary

Microcontroller Programming Experience Summary

Using “Software Traps + Program IDs” to Handle PC Pointer Jumps When the CPU is disturbed by external factors, sometimes the PC pointer can jump to another part of the program or to a blank segment. In fact, if the PC pointer jumps to a blank segment, it is relatively easy to handle. Just set … Read more