openocd/contrib
Jimmy 7901cf2124 flash/nor/stm32lx: fixed writes at high adapter speeds
The busy flag must be polled after each half-page write.
At low clock speeds, no issue is observed when the poll
is omitted, because the writes complete before the next
write begins. But at high clock speeds the subsequent
writes would overlap and cause the operation to fail.

The status polls are done on the target for efficiency,
since the half-pages are very small.

Change-Id: Ia1e9b4a6a71930549b3d84a902744ce6e596301b
Signed-off-by: Jimmy <nhminus@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/5598
Tested-by: jenkins
Reviewed-by: Jelle De Vleeschouwer
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-by: Andrzej Sierżęga <asier70@gmail.com>
2021-11-03 20:32:54 +00:00
..
libdcc coding style: contrib: remove empty lines at end of text files 2020-05-02 15:40:26 +01:00
loaders flash/nor/stm32lx: fixed writes at high adapter speeds 2021-11-03 20:32:54 +00:00
remote_bitbang drivers/remote_bitbang: Group adapter commands 2021-08-14 13:33:30 +01:00
rpc_examples contrib: rpc_examples: haskell: fix ftbs with current libraries 2021-01-08 10:23:50 +00:00
rtos-helpers rtos-helpers: fix minor typo in uC/OS-III helper 2018-09-07 08:19:29 +01:00
xsvf_tools coding style: contrib: remove empty lines at end of text files 2020-05-02 15:40:26 +01:00
60-openocd.rules udev: add ASIX Presto programmer 2021-10-02 13:16:30 +00:00
coresight-trace.txt contrib: fix minor typos 2020-07-26 20:14:51 +01:00
cross-build.sh contrib/cross-build.sh: build capstone from source 2020-11-07 20:51:18 +00:00
gen-stellaris-part-header.pl flash: declare fixed arrays const 2014-02-06 22:17:51 +00:00
itmdump.c contrib/itmdump.c: fix implicit declaration warning 2021-06-18 23:11:31 +01:00
list_example.c contrib: add an example of using list.h 2021-06-04 17:41:48 +01:00