X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstm32f1%2Fao_arch.h;fp=src%2Fstm32f1%2Fao_arch.h;h=7e53f2269ed2901e2119708b8ca77e3b9a2dedca;hb=4e9dbae68893181165b2c3a3f111b12cb86c7eb6;hp=743651330e96cad130890e3a162516837fc980bb;hpb=c4cc908d642ea1c52c07b80106b5463e22f3c888;p=fw%2Faltos diff --git a/src/stm32f1/ao_arch.h b/src/stm32f1/ao_arch.h index 74365133..7e53f226 100644 --- a/src/stm32f1/ao_arch.h +++ b/src/stm32f1/ao_arch.h @@ -58,4 +58,9 @@ #define AO_PCLK1 AO_APB1CLK #define AO_PCLK2 AO_APB2CLK +#define AO_BOOT_APPLICATION_BASE ((uint32_t *) 0x08001000) +#define AO_BOOT_APPLICATION_BOUND ((uint32_t *) (0x08000000 + stm_flash_size())) +#define AO_BOOT_LOADER_BASE ((uint32_t *) 0x08000000) +#define HAS_BOOT_LOADER 1 + #endif /* _AO_ARCH_H_ */