How can I either turn off HardFault_Handler interrupts or find out whether I'm running stand-alone or with a debugger?
I am working with the STM32F405-microcontroller and I'm writing my code inside Eclipse (NOT System Workbench) and I'm compiling with GCC and I am debugging using GDB OpenOCD Debugging. My project only has a debug-configuration, it does not have a rel...