• ARM Cortex-M0 Details
    I am doing my PhD in Computer engineering and have developed a processor which is similar to ARM Cortex M0. I have got the obfuscated code and tried to make the comparisons.  I was wondering if anyone...
  • Need help to decide on which ARM board to go for?
    How do I decide which ARM board to go for if I am aiming to use it as a micro-controller to run sensors, actuators, motors, and solar panels? And I wish to power up the board via Li-ion battery pack....
  • Reduce ARM CM0+ scatter initialization during boot?
    We are using ARM CM0+ in our embedded SoC design and I noticed that boot takes a long time. Specifically, I saw that it took ~18K cycles after the unreset before we executed an instruction that I recognize...
  • Use of SV Call & NMI Exceptions in ARM
    What is the use or application of SV Call and NMI Exception in ARM Cortex M0 . Is it someway related to RTOS?, if so , how?
  • Alignment in ARM?
    I could not clearly understand the alignment issues present in ARM. Sometimes I get BUS ERROR while running an assembly file but don't know how to resolve it. Some of the doubts: 1. Is it better to store...