We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
How do I view the sfr contents when simulating an asm file in keil
How do I view the sfr contents when simulating an asm file in keil There are many ways to do this: * Type the name of the sfr in the command window and hit return. * Create a watchpoint for the sfr. Open the watch window and enter the sfr name there. * Open the memory window and watch the memory where the sfr is located. * Click on the peripherals dialog and open the dialog for the peripheral that uses the sfr. Jon
For further details, read the uVision Getting Started Guide, and work through the example Projects in it
Thanks for the answers.