• CPU Reset during a Debug session
    Hi All, I am trying to reset the CPU in the middle of a debugging session. I am using Application Interrupt and Reset control register by setting the SysResetReq bit in the SCB block. (this preserves...
  • Parallelism between CPU and FPU
    Hi. I have a question regarding Cortex-M4 processor with floating point unit. Is it somehow possible to do some computation in parallel in CPU (with integers) and FPU (with floats)? Probably not, because...
  • Cortex-M register RAM and Flash periodical check?
    Hi ARM, How to check Cortex-M4 register,RAM and Flash periodically using software when the processor is running? Best regards, Frank
  • Looking for typical max frequency for Cortex-M CPUs
    I'm looking for information on the typical max frequency (or typical frequency range) for the Cortex-M cores, in 40nm. Is there any documentation on that? Thanks.
  • How to generate delay in CPU?
    Hello, I am trying to generate delay in CPU. For instance after writing a register, I want to read it again after 1000ns. What should be the C code or the assembly code for the same? Thank you ...