How to debug in Keil Microvision
In this article we will take a look at Debugging feature of Keil uVision. In Previous Article we had seen how to create project, hex file and building Project. Once you build your project and if you see 0 errors and 0 warnings you are half way through your project. Now what is debugging? Debugging is to identify and fix bugs in your project e.g. logical or synchronization problems in the code, or a design error in the hardware.First go at Debug Tab on Menu bar, click on Start/Stop Debug. [You can also start debugging by clicking on “d” at file…
Read More

Recent Comments