flash/nor/stm32l4x: fix minor errors in flash write/async algo
authorTomas Vanek <vanekt@fbl.cz>
Sat, 14 Dec 2019 17:55:01 +0000 (18:55 +0100)
committerTomas Vanek <vanekt@fbl.cz>
Mon, 27 Jan 2020 17:03:40 +0000 (17:03 +0000)
commite7e681ac2b66b9eb585b7dfb8eed6c5bd2efefa9
tree76d6ec5eb927cba9c2105f480ae7177c0da9c486
parentc2cb4e40b80783a56d991e1e970a9fde5887551a
flash/nor/stm32l4x: fix minor errors in flash write/async algo

Fix comment of tested errors in asm src.

List all relevant errors in FLASH_ERROR mask: FLASH_PROGERR was missing
and any trial to re-program already programmed double word ended up
in the error bit held uncleared and flash write permanetly repeating
the error message until reset.

Lock the bank also after unsuccesfull write_block run.

Set async target algo block size to size of double word.

Remove warning in case of write_block success. In case of error
use LOG_ERROR instead of warning.

Change-Id: Ibf6d5e306a4c2eaa43de67d636b4902c737f02f3
Signed-off-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-on: http://openocd.zylin.com/5360
Tested-by: jenkins
Reviewed-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com>
contrib/loaders/flash/stm32/stm32l4x.S
src/flash/nor/stm32l4x.c