• Unexpected address range accesses from bare metal code
    Note: This was originally posted on 12th September 2012 at http://forums.arm.com My test system (Carbon SoCD running a Cortex A9 model) has a memory map with entry point 0xFFFF0000, with a valid memory...
  • Unexpected address range accesses from bare metal code
    Note: This was originally posted on 12th September 2012 at http://forums.arm.com My test system (Carbon SoCD running a Cortex A9 model) has a memory map with entry point 0xFFFF0000, with a valid memory...
  • address range
    Hello! I have a problem and need a help! I use the macro XVAR for a bus communication. I have defined: #define name XVAR(unsigned char, 0x100000) name= 0x10; In the START167.A66 File this address...
  • address range
    Hello! I have a problem and need a help! I use the macro XVAR for a bus communication. I have defined: #define name XVAR(unsigned char, 0x100000) name= 0x10; In the START167.A66 File this address...
  • How to bind multiple address ranges to one amba_pv_decoder master port?
    I have an home-grown register block class, which may have registers across multiple ranges, say [A..B], [C..D]. But the class has only one amba_pv_s port. Is there any way to bind an amba_pv_decoder master...