• can i use QNX Neutrino RTOS with cortex-m3
    I have seen that lot of arm boards are having qnx rtos but all were like cortex-a or cortex-r ,but the soc i have is having cortex-m3 ,so before investing lot of time in this os ,i want to be sure whether...
  • Please, recommend a book to learn coding in assembly
    Dear all, I really appreciate if someone recommend a book to learn coding in assembly. The target processor is STM32F0. Anyone there? I already checked those of Joseph Yiu. Actually, I need a book...
  • Cortex M series and their compatibility
    Hello , I am new to ARM. I have a particular software package written to the Cortex M0+ MCU. How can I evaluate that these libraries will be compatible with other type of cortex M series microcontrollers...
  • [Cortex M0] Number of clock cycles for LDR instruction
    Hello, I need to know the exact number of the clock cycles per each instruction in terms of the system clock frequency especially the "LDR" instruction Here is the needed instruction: "LDR r3,[r1...
  • How can CLZ equivalent be achieved on Cortex-M0 where this instruction is missing?
    Looking for alternates for this instruction.