• Debugging a Cortex-M0 Hard Fault
    There's many references to Debugging a Hard Fault on Cortex-M3 & M4; eg niallcooling 's Developing a Generic Hard Fault handler for Armv7-M also: http://supp.iar.com/Support/?Note=23721 https...
  • error: Hard Fault Handler
    HI,currently i am working on project based on stm32f407 chip.my development work has been stopped since two days as i have stuck in hard fault handler. Please  guide me how to trace the fault ???i tried...
  • 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...
  • AXI4 Bus Bandwidth/Data Transfer increase
    Hello, I am doing research with an Ultra-Embedded Implementation of a RISC-V Processor in gem5. My team is using an Oracle Virtual Machine to run testbenches and benchmarks for our research motivation...
  • 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...