Hi,
I use the following OpenOcd command sequence:
monitor reset init
monitor reset halt
My question is: if I execute first “reset init” event to init some peripherals and then
“reset halt”, will the “reset halt” destroy the initialization stage done by the “reset init”?
User Guide states that resets: “Perform as hard a reset as possible…”. Then it says that the option “halt”: “Immediately halt the target”. But it is still “reset halt” and I am wondering if this corrupts my previous initialization. Any ideas?
Regards,
Kuba