• My application code is not working when i load its bin file through uart into the flash and jump to the address of the application code (custom bootloader)
    In custom bootloader when i am jumping to application code my msp value is changing after loading the bin file , for example my application has msp value 0x20000D0 but when i load the...
  • AEABI Library: Floating Point functions
    How is floating point overflow handled in aeabi library functions such as __aeabi_fadd? Does the function return a pre-defined value? Or does it update any registers?
  • FinFET Overview - mobile device optimized
    Watch this to get a quick overview of FinFETs at Arm. This informative video is 3:21 and was produced in 2012. This version will be faster to load and play than the FinFET Overview - HD version
  • [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...
  • 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...