|
|||||||||||
Technical Support Support Resources
Product Information |
µVISION DEBUGGER: Port Lines Don't Toggle During Memory AccessInformation in this article applies to:
QUESTIONI have a program that writes to external memory. I can view the values written in the memory window. The external bus interface of my device also toggles the I/O port pins. Is it possible to see also the toggles on the I/O ports when I use the dialog Peripherals - I/O Port? ANSWERNo, the µVision simulator is not a cycle-based simulator and, therefore, it is not possible to see the memory access on the I/O Port lines. To provide fast simulation speeds, µVision simulates a single instruction in one step. The behavior of on-chip peripherals and memory accesses is completely simulated at the logic level but not at the gate level. Therefore, you cannot see I/O port toggles of the peripherals or memory access. Instead, the logic behavior of the peripherals is reflected in virtual registers that are listed with the DIR VTREG command. This has the benefit that you can easily write debug functions that simulate complex peripherals. MORE INFORMATION
SEE ALSO
Last Reviewed: Thursday, October 29, 2020 | ||||||||||
|
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.