mirror of
https://github.com/keirf/greaseweazle-firmware.git
synced 2025-10-31 11:06:44 -07:00
8 lines
141 B
ArmAsm
8 lines
141 B
ArmAsm
#define FLASH_BASE 0x08000000
|
|
#define FLASH_LEN 64K
|
|
|
|
#define RAM_BASE 0x20000000
|
|
#define RAM_LEN 20K
|
|
|
|
#include "../scripts/stm32.ld.S"
|