AS5048-test/memory.x

7 lines
137 B
Plaintext
Raw Permalink Normal View History

2024-04-28 16:29:57 +02:00
/* Fake bluepill using STM32F103C8T6 */
MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 64K
RAM : ORIGIN = 0x20000000, LENGTH = 20K
}