bac924ab805dbac45f26fc8fae96577ae0dfea98
[openocd.git] / contrib / loaders / watchdog / armv7m_kinetis_wdog.s
1 /***************************************************************************
2 * Copyright (C) 2015 Tomas Vanek *
3 * vanekt@fbl.cz *
4 * *
5 * This program is free software; you can redistribute it and/or modify *
6 * it under the terms of the GNU General Public License as published by *
7 * the Free Software Foundation; either version 2 of the License, or *
8 * (at your option) any later version. *
9 * *
10 * This program is distributed in the hope that it will be useful, *
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
13 * GNU General Public License for more details. *
14 * *
15 * You should have received a copy of the GNU General Public License *
16 * along with this program; if not, write to the *
17 * Free Software Foundation, Inc. *
18 ***************************************************************************/
19
20 /*
21 Disable watchdog for Kinetis Kx and KVx
22 Parameters: none
23 Used instruction set should work on both Cortex-M4 and M0+
24 */
25
26 .text
27 .syntax unified
28 .cpu cortex-m0
29 .thumb
30
31 WDOG_ADDR = 0x40052000
32 /* WDOG registers offsets */
33 WDOG_STCTRLH = 0
34 WDOG_UNLOCK = 0x0e
35
36 WDOG_KEY1 = 0xc520
37 WDOG_KEY2 = 0xd928
38
39 .thumb_func
40 start:
41 /* WDOG_UNLOCK = 0xC520 */
42 ldr r3, =WDOG_ADDR
43 ldr r2, =WDOG_KEY1
44 strh r2, [r3, WDOG_UNLOCK]
45 /* WDOG_UNLOCK = 0xD928 */
46 ldr r2, =WDOG_KEY2
47 strh r2, [r3, WDOG_UNLOCK]
48 /* WDOG_STCTRLH clear bit 0 */
49 movs r4, #1
50 ldrh r2, [r3, WDOG_STCTRLH]
51 bics r2, r4
52 strh r2, [r3, WDOG_STCTRLH]
53 /* OpenOCD checks exit point address. Jump to the very end. */
54 b done
55
56 .pool
57
58 /* Avoid padding at .text segment end. Otherwise exit point check fails. */
59 .skip ( . - start + 2) & 2, 0
60 done:
61 bkpt #0
62
63 .end
64

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)