mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
d63672798e
These bits configure some early boot options and may be necessary to use on certain boards to ensure a robust boot sequence. |
||
---|---|---|
.. | ||
calc_spi_scalers | ||
generate-cpu-files | ||
check-fcfield-elf.sh | ||
check-fcfield-hex.sh | ||
Makefile | ||
README.md | ||
wdog-disable.s |
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