flash/nor/stm32f1x: unify flash error reporting
authorTomas Vanek <vanekt@fbl.cz>
Tue, 16 Nov 2021 18:41:05 +0000 (19:41 +0100)
committerTomas Vanek <vanekt@fbl.cz>
Wed, 13 Apr 2022 16:53:14 +0000 (16:53 +0000)
commitb801452d42c189a13f6cc1ff769fc98bededc7c5
tree19e62c2b5532db67d6788d3bad7ba3025f1f5af4
parente3f4ea0b574d952672d57792895a91065aa7a569
flash/nor/stm32f1x: unify flash error reporting

stm32x_wait_status_busy() has two side effects in case of flash programming error:
- reports error
- clears error bit in status register

Use stm32x_wait_status_busy() to report also flash error during target
algo flash write.

While on it use more descriptive error codes in stm32x_wait_status_busy().

Change-Id: I6e1cffc2aa5411b918a23ed62d5194910888a9d1
Signed-off-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-on: https://review.openocd.org/c/openocd/+/6709
Tested-by: jenkins
Reviewed-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com>
src/flash/nor/stm32f1x.c