• When an exception is taken into account
    Hi Related to ARMv7-M architecture: I am searching through all infocenter documents but still cannot find anything and answer this question: "When an exception is taken into account?" I mean, are...
  • Autodetect SDRAM size in uBoot Bootloader via ARMv7 processor exception handler
    Hi There, I am writing some bootload code for the TI Sitara AM5726 processor which has Dual Arm-v7 Cortex-A15 cores. The uBoot bootloader is the code that runs before starting the Linux Kernel and is...
  • How to Generate Exceptions on Cortex M3?
    Hi all, I am trying to generate exceptions like Bus Fault, Usage Fault on ARM Cortex-M3. My code for enable exceptions: void EnableExceptions(void) { UINT32 uReg = SCB->SHCSR; uReg |= 0x00070000;...
  • When an exception is taken into account
    Hi Related to ARMv7-M architecture: I am searching through all infocenter documents but still cannot find anything and answer this question: "When an exception is taken into account?" I mean, are...
  • On a watchpoint synchronous data abort, how do I determine the data address?
    I have code that sets up watchpoints, and handles them in the data abort handler. However, I would like to be able to compute the data address. I have the PC value, but I haven't been able to find a source...