1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/kinetis_common/dist
2017-01-25 16:46:05 +01:00
..
calc_spi_scalers cpu/kinetis_common: added SPI scaler calc tool 2017-01-25 16:46:05 +01:00
check-fcfield-elf.sh kinetis: Add check-fcfield-elf.sh 2015-05-27 10:30:33 +02:00
check-fcfield-hex.sh all: Update @gebart family name, email 2015-09-20 13:47:39 +02:00
Makefile kinetis: Add watchdog disable code snippet 2015-05-27 10:30:21 +02:00
README.md kinetis: Add watchdog disable code snippet 2015-05-27 10:30:21 +02:00
wdog-disable.s kinetis: Add watchdog disable code snippet 2015-05-27 10:30:21 +02:00

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