• How to measure CPU utilization of ARM processors ?
    How can we measure the CPU utilization of programs running on ARM processors, particularly the A15 series ? Are there some hardware counters that can be read ?
  • how to utilize interrupts in arm9 processors..? what is residing inside ISR..?
    how to utilize interrupts in arm9 processors..? what is residing inside ISR..?
  • Utilizing Features in an ARM Cortex-M Processor to Create Robust Systems
    The ARM Cortex-M Processor Series have a number of built-in features that can enable software developers to create reliable systems. For example, the Memory Protection Unit (MPU), shadow stack pointer...
  • does any one use stlink-v2 for debugging cortex m in stm32mp157-ev1 board?
    Hi all I have St-link v2 and I am facing a problem for debugging Cortex M in stm32mp157-ev1. I think it is because of the differences between HW Vesion and FW in keil document and my results. Shall...
  • PendSV target secure state
    Hi, As we know, PendSV can be used for context switching, for example in RTOS and software in non-secure state typicall trigger the non-secure PendSV handler. However, whether we can make the RTOS...