2016-02-26 09:26 AM
Hello
about 'bkpt' instruction and no debugger attached? ( semihosting problem)I read that must be generated HardFault exception in this case but this never happens.I have already tested HardFault vector with divide by zero and in this case works.where is the problem?brHarry #no-debugger #bkpt #hardfault2016-02-26 10:30 AM
So what does happen when it encounters the BKPT ?
Have you instrumented the Hard Fault handler in such a way that you can indicate entry to a terminal?2016-03-05 01:36 AM
Hello
Yes i have serial output also and no enter in HardFault handler - for sure. I think processor enters in lockout state.brZahari