Hello,
I purchased a new noridc PCA10028 development board. In Visual GDB I selected “nRF51422_XXAC” “S110” or “S130, Newlib-nano, Bluetooth Heartrate Device or Bluetooth UART.
When starting to debug, when calling SystemInit() the HeartFault-Handler is hit.
It happens after returning from is_manual_peripheral_setup_needed() or is_disabled_in_debug_needed(). I tried to uncomment both but then after SystemInit(); __libc_init_Array() is called and it also jumps into Hardfault-Handler. After also uncommenting __libc_init_Array(); Hardfault-Handler is hit in main() on timers_init();
Nordic Board: PCA10028 V1.1.0 2015.44
VisualGDB Linux Edition Version 5.0 Support period expires on 2016-02-25
Any suggestions?