Summary of KEIL Debugging Experience

Summary of KEIL Debugging Experience

Source: WeChat Official Account 【Osprey Talks Microcontrollers】 Author: Osprey ID: emOsprey Through several previous articles (which have been organized into a collection), we have understood many KEIL debugging methods, but how should we use these methods? This article will introduce personal debugging experiences. This section is divided into the following parts: 1) Virtual Serial Port … Read more

Keil Serial Port Software Simulation Debugging

Keil Serial Port Software Simulation Debugging

1 Preparation Before Debugging This section introduces a method to achieve serial debugging of user programs for the 51 microcontroller using the software simulation feature of Keil. This method requires no hardware emulator, and even no user circuit board is needed. All that is required is: ① Hardware. A standard computer (which needs to have … Read more