You have 2 options:
1) Use eblink with the fault unwind level 0 (fu=0). You can do this inside Embitz debug interface settings.
2) Disable the reset vector catch in EBlink ( fc=mcsbih)
1) Use eblink with the fault unwind level 0 (fu=0). You can do this inside Embitz debug interface settings.
2) Disable the reset vector catch in EBlink ( fc=mcsbih)
Code:
Usage -T cortex-m[,options]
fu=<0..2> : Fault unwind level; 0=off, 1=passive, 2=active(default)
fc=<rmncsbih>: Fault catch active; rESET,mEM,nCOP,cHK,sTAT,bUS,iNT,hARD (default all)
reset[=0..2] : Reset the target; 0=system(default),1=core,2=jtag
halt : Halt target
resume : Resume target
e.g. -T cortex-m,fu=1
-T cortex-m,reset,resume