diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/stmf0/ao_flash_stm.c | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/src/stmf0/ao_flash_stm.c b/src/stmf0/ao_flash_stm.c index ef2e2619..2d57eea7 100644 --- a/src/stmf0/ao_flash_stm.c +++ b/src/stmf0/ao_flash_stm.c @@ -19,6 +19,12 @@  #include <ao.h>  #include <ao_flash.h> +/* Note that the HSI clock must be running for this code to work. + * Also, special care must be taken with the linker to ensure that the + * functions marked 'ramtext' land in ram and not rom. An example of that + * can be found in altos-loader.ld + */ +  static uint8_t  ao_flash_is_locked(void)  { | 
