rtic-bluepill-blinky/memory.x

7 lines
137 B
Plaintext
Raw Normal View History

2022-11-20 20:58:52 +01:00
/* Fake bluepill using STM32F103C6T6 */
MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 32K
RAM : ORIGIN = 0x20000000, LENGTH = 10K
}