• Statistical signal processing of radar signals
    Can the arm cortex M processor be used for statistical signal processing for radar signals? If yes, how? I mean resources
  • Real Value of PC Register.
    I've been reading books on the ARM Cortex-M architecture and as already mentioned in other post, all the books are consistent in saying that the PC points four bytes (Thumb Instruction Set) forward due...
  • Instruction timings - arm cortex m3
    I am using the following 3 assembly sections to read a memory mapped i/o to multiple registers and to read same i/o and save it ram respectively , on an ARM Cortex M3. I want to know exactly how many...
  • Cortex-A8 performance
    I'm working an a project on a Texas Instruments AM3517 Cortex-A8 processor. I was seeing less than expected performance, and did a simple comparison with a Cortex-M3 processor. The M3 performance was...
  • How many times same interrupt can be in pending state at a time? (In ARM CM-3)
    Could not find the answer to How many times same interrupt can be in pending state at a time? (In ARM CM-3) e.g. : We are processing one interrupt INT_RX, at the same time 3 more packets received. so...