mirror of
https://github.com/keirf/greaseweazle-firmware.git
synced 2025-10-24 11:00:50 -07:00
15 lines
208 B
ArmAsm
15 lines
208 B
ArmAsm
|
|
#if MCU == STM32F1
|
|
|
|
#define FLASH_BASE 0x08000000
|
|
#define FLASH_LEN 8K
|
|
|
|
#elif MCU == STM32F7 || MCU == AT32F4
|
|
|
|
#define FLASH_BASE 0x08000000
|
|
#define FLASH_LEN 16K
|
|
|
|
#endif
|
|
|
|
#include "../scripts/stm32.ld.S"
|