Files
sw_openocd/src/flash/nor
Jim Paris f30bb58644 nrf51: fix UICR erase
nrf51_erase_page() checks for (sector->offset == NRF51_UICR_BASE) to
determine if the UICR should be erased.  However, sector->offset for
the UICR bank is set to 0 in nrf51_probe, so this code is never hit.
Attempting to erase UICR ends up erasing the first flash sector.

Use bank->base instead to determine if UICR is being erased.

Change-Id: Ie5df0f9732f23662085ae2b713d64968cd801472
Signed-off-by: Jim Paris <jim@jtan.com>
Reviewed-on: http://openocd.zylin.com/2362
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
2014-11-24 21:53:38 +00:00
..
2014-03-17 12:47:18 +00:00
2014-05-05 20:18:38 +00:00
2014-03-17 12:47:18 +00:00
2014-03-17 12:47:18 +00:00
2014-03-17 12:47:18 +00:00
2013-07-01 08:39:36 +00:00
2013-10-07 19:28:19 +00:00
2014-03-17 12:47:18 +00:00
2014-03-17 12:47:18 +00:00
2014-03-17 12:47:18 +00:00
2014-03-17 12:47:18 +00:00
2014-10-06 11:57:32 +00:00
2013-06-05 19:52:42 +00:00
2014-03-17 12:47:18 +00:00
2014-03-17 12:47:18 +00:00
2014-03-17 12:47:18 +00:00
2014-03-17 12:47:18 +00:00
2013-06-05 19:52:42 +00:00
2014-11-24 21:53:38 +00:00
2014-10-06 11:57:26 +00:00
2014-03-17 12:47:18 +00:00
2013-06-05 19:52:42 +00:00
2014-03-17 12:47:18 +00:00
2014-02-06 22:17:51 +00:00
2014-03-17 12:47:18 +00:00
2014-03-17 12:47:18 +00:00
2014-03-17 12:47:18 +00:00
2014-03-17 12:47:18 +00:00
2014-03-17 12:47:18 +00:00
2014-03-17 12:47:18 +00:00