Skip to content

Commit

Permalink
boards: cc26x2r1_launchxl: workaround for xds firmware 3.x
Browse files Browse the repository at this point in the history
Newer XDS firmware fails to flash correctly with higher adapter clock
speed. Using a slower speed for now to prevent errors.

Fixes zephyrproject-rtos#21372

Signed-off-by: Vincent Wan <[email protected]>
  • Loading branch information
vanti authored and hakehuang committed Mar 18, 2020
1 parent 123a793 commit 597e8c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boards/arm/cc26x2r1_launchxl/support/openocd.cfg
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
source [find board/ti_cc26x2_launchpad.cfg]
# Workaround for #21372. This allows OpenOCD to flash correctly
# with newer 3.x XDS firmware
adapter_khz 1500

0 comments on commit 597e8c9

Please sign in to comment.