]> git.sur5r.net Git - openocd/commit
kinetis: support mass erase on boards without SRST
authorSteven Stallion <stallion@squareup.com>
Sun, 10 Jul 2016 03:17:14 +0000 (22:17 -0500)
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>
Sun, 14 Aug 2016 08:06:06 +0000 (09:06 +0100)
commit8285ec4cb06b8809761717a6ac420112ea7b2908
tree3f807956adb623857d4a657e2c51a98f246abb7d
parenta7984eef039730fedb9d99bdc6205f956a2daad7
kinetis: support mass erase on boards without SRST

NXP (nee Freescale) documents the mass erase procedure using the MDM-AP
block in AN4835. Existing support for this feature did not properly
handle boards without SRST. This patch updates the mass_erase command
such that it works correctly on these boards. Additionally, the core is
left in a halted state once complete to prevent reset loops due to the
watchdog as reported by some users.

Since the MDM-AP provides an additional method of halting and resetting
the core that is disconnected from the DAP, additional commands are
provided to manage this state. These commands are particularly helpful
when connecting to a target with an unknown state.

Change-Id: I40f006d5d964befb12b019c5d509988decdd3f91
Signed-off-by: Steven Stallion <stallion@squareup.com>
Reviewed-on: http://openocd.zylin.com/3540
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
doc/openocd.texi
src/flash/nor/kinetis.c