• Special functions for Hardware Access
    Are there special functions for access to the hardware, has share while passing by macros (#define)?
  • Special functions for Hardware Access
    Are there special functions for access to the hardware, has share while passing by macros (#define)?
  • ARMv8.1-A: Access Flag managed by Hardware
    Hi ! I am currently using the Access Flag with software management, and I recently read about the v8.1 evolution with hardware management. From the reference manual: When the hardware management of...
  • ARMv8.1-A: Access Flag managed by Hardware
    Hi ! I am currently using the Access Flag with software management, and I recently read about the v8.1 evolution with hardware management. From the reference manual: When the hardware management of...
  • How to set access breakpoints for target hardware debug?
    I'm trying to set a data breakpoint with such condition: _RWORD(0x3e78)==0x0010105B. I tried the access breakpoint: expression: 0x3e78 Expression: 0x3e78 Access: Write Size: 4 Bytes count:...