• How to reduce Interrupt-Jitter
    Hello to everyone. This is my Code: void FIQ_Handler(void) __irq { T1CLRI = 0x55; // T1CLRI is an 8-bit register. // Writing any value to this register clears the Timer1 interrupt. GP4SET = 0x00040000;...
  • How to reduce Interrupt-Jitter
    Hello to everyone. This is my Code: void FIQ_Handler(void) __irq { T1CLRI = 0x55; // T1CLRI is an 8-bit register. // Writing any value to this register clears the Timer1 interrupt. GP4SET = 0x00040000;...
  • Interrupt latency while STR/LDR in cortex-M3
    Hi, What is the expected behaviour on M3 when issuing STR/LDR to some remote memory (AHB) and interrupt arrive? is the interrupt being delayed although this is normal memory and this command can re...
  • Interrupt latency while STR/LDR in cortex-M3
    Hi, What is the expected behaviour on M3 when issuing STR/LDR to some remote memory (AHB) and interrupt arrive? is the interrupt being delayed although this is normal memory and this command can re...
  • Calculating L1 hit latency and L2 hit latency
    Note: This was originally posted on 16th January 2012 at http://forums.arm.com All, I am new here. I was interested in measuring the L1 hit latency for A15/A9. Which signals do I need to probe inside...