• [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.
  • Cortex M0 internal Failure solution for ALU, CPU and Register rong results
    Hello All, I am using Cortex M0 based controller and want to know if the following issues can happen and what can be the possible solution by software to handle the issues: 1. ALU resulting wrong result...
  • Some questions about the LPC810
    Hi the experts, I'm not sure but i think that chip can realy help myself in my actual projet. i wanna get  precisions about this chip. In the technical datasheet i can read this : ARM Cortex M0+ with...
  • Stick timer
    i am using LPC11C24FBD48 Controller and i initialized the Stick timer but when i run the code it is going to Hard fault handler. __STATIC_INLINE uint32_t SysTick_Config(uint32_t ticks) { if (ticks ...