My µvision crashed during programming and will no longer respond to trying to program it. It boots into the bootloader mode. My computer sees it but the precompiled binaries don't seem to have any affect. NRFGo also sees it. Trying to program the board appears to work from the IDE, but doesn't seem to do anything at the board. What should be my next step?
Update 1: It looks like it is hitting the HardFault_Handler right after finishing the SystemInit(void) function in system_nrf52.c. Maybe it doesn't recognize my code and just goes through its boot sequence than freezes because it doesn't know what to do next.
Update 2: It seems that it is not programming correctly. When using nRFGO, it will show the programming, then promptly show the device completely empty.