• TCM and ARM1136
    Note: This was originally posted on 13th January 2009 at http://forums.arm.com Hi, I am trying to use DTCM to see if I can improve performance of my program on ARM1136. I wrote a test program that just...
  • Best Performance processor in ARM1136 or ARM926?
    Note: This was originally posted on 2nd April 2009 at http://forums.arm.com Hi Friends,            Can any one tell me, which is best processor in ARM1136jf-s or ARM926ej-s (performance wise). Regards...
  • ARM1136: why the mismatch between cache stalls and cache misses ??
    Something weird when I count both Instruction Cache Miss event and event 0x1 (viz. “Stall because instruction buffer cannot deliver an instruction. This could indicate an Instruction Cache miss or an...
  • How does ARM11 respond to a non-secure interrupt in secure mode?
    Note: This was originally posted on 19th March 2009 at http://forums.arm.com Hi All, Assuming that ARM11 is running a secure process and receives a non-secure IRQ or FIQ, how does ARM11 respond to a non...
  • A TCM problem
    Hi all Here is a problem about the using of TCM. I put two functions(they are just the same) of time-delay in the ITCM and the normal RAM, using the scatter file, and execute them one after another. But...