Skip to content

Commit

Permalink
boards: cc1352r1_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 committed Mar 5, 2020
1 parent 46330f1 commit c3c5de9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boards/arm/cc1352r1_launchxl/support/openocd.cfg
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
source [find board/ti_cc13x2_launchpad.cfg]
# Workaround for #21372. This allows OpenOCD to flash correctly
# with newer 3.x XDS firmware
adapter_khz 1500

0 comments on commit c3c5de9

Please sign in to comment.