diff options
| author | Keith Packard <keithp@keithp.com> | 2013-03-11 00:01:52 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-03-11 00:01:52 -0700 |
| commit | 994157be3d8272045183bc42237cd315d30d2187 (patch) | |
| tree | 949ccc8bdc2153f477b84492d829ea7ae357cad4 /src/stm/stm32l.h | |
| parent | 31c2760ee919a90e440d014d7d303707d863bdf6 (diff) | |
altos: Add program flash function
And get it loaded to RAM so it can execute correctly.
Nothing calls it yet...
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm/stm32l.h')
| -rw-r--r-- | src/stm/stm32l.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stm/stm32l.h b/src/stm/stm32l.h index 1d636037..47b443a0 100644 --- a/src/stm/stm32l.h +++ b/src/stm/stm32l.h @@ -435,6 +435,9 @@ extern struct stm_flash stm_flash; #define STM_FLASH_PEKEYR_PEKEY1 0x89ABCDEF #define STM_FLASH_PEKEYR_PEKEY2 0x02030405 +#define STM_FLASH_PRGKEYR_PRGKEY1 0x8C9DAEBF +#define STM_FLASH_PRGKEYR_PRGKEY2 0x13141516 + struct stm_rcc { vuint32_t cr; vuint32_t icscr; |
