• Pointer stays at hardfault handler.
    Hi all I have create a new project, the same that the provided EXTI. With its own libraries, etc. It gets compiled succesfully but when debugging the pointer stays at this function. The project...
  • How to push a label to stack?
    I am using c51 embedding asm. How to push a c label to stack?
  • Keil Debug cannot trace HardFault handler
    I am not expert on Cortex-M3. I recently test the memory handle using mbed LPC1768. It is strange that the debugger cannot jump into the hardfault_handler function. But the exceptional code execuated...
  • STM32F0- RS485 communication and HardFault Handler problem
    Hello everyone, Nowadays I am working on a project that includes rs485 communication via LTC 2850 Rs485 converter and currently I am using STM32F030F4 arm microcontroller. Also I designed another...
  • Strange stack behaviour question.
    Hi, It's about the STM32F103. Due to my previous post my application first fills all (at that moment) free stack memory locations with a value of 0x55555555. This all works fine so does the application...