Blame view

RIOT/cpu/kinetis_common/dist/README.md 445 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  K60 tools
  =========
  
  This directory contains tools for working with K60 CPUs.
  
  Watchdog disable
  ----------------
  
  wdog-disable.bin is a location-independent watchdog disable function with a breakpoint instruction at the end. Useful for disabling the watchdog directly from OpenOCD.
  
  Usage:
  
      openocd -c 'reset halt' \
        -c 'load_image wdog-disable.bin 0x20000000 bin' \
        -c 'resume 0x20000000' # watchdog is disabled and core halted