This is an automated email from Gerrit. Anonymous Coward (kai.geissdoer...@tu-dresden.de) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4648
-- gerrit commit b4a9206be04fb4e1eaa1e0df13905b6114826fa7 Author: Kai Geissdoerfer <kai.geissdoer...@tu-dresden.de> Date: Mon Aug 13 12:35:09 2018 +0200 flash/nrf5: increased timeout for nvmc Change-Id: Id214df154dc359ca130c8d8fe1554d106621b9cd Signed-off-by: Kai Geissdoerfer <kai.geissdoer...@tu-dresden.de> diff --git a/src/flash/nor/nrf5.c b/src/flash/nor/nrf5.c index 16459c7..230fa6c 100644 --- a/src/flash/nor/nrf5.c +++ b/src/flash/nor/nrf5.c @@ -240,7 +240,7 @@ static int nrf5_wait_for_nvmc(struct nrf5_info *chip) { uint32_t ready; int res; - int timeout = 100; + int timeout = 200; do { res = target_read_u32(chip->target, NRF5_NVMC_READY, &ready); -- ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel