This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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

Parents
  • 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

Reply
  • 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

Children