|
From: Spencer O. <sp...@sp...> - 2012-08-24 19:25:04
|
On 24/08/12 14:46, Jeremy Dwyer wrote: > Hi, > > It appears that adding the command "reset_config trst_and_srst" at OpenOCD > start-up allows me to perform a "reset init" after flashing the kinetis > memory twice, and dump_image gives me the correct results, unlike my > previous example where I had to restart OpenOCD. > > Jeremy D > > One other thing to remember is that the cortex also supports connecting while srst is asserted. For that we add the parameter srst_nogate. reset_config trst_and_srst srst_nogate Cheers Spen |