Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Stm32L4: No reset exception catch after wakeup
#2
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)


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
Reply


Messages In This Thread
RE: Stm32L4: No stop after wakeup - by embitz - 13-01-2025, 11:48 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)