stm32-usbd-usart/memory.x

7 lines
123 B
Plaintext
Raw Normal View History

2020-04-26 17:01:54 +02:00
/* STM32F103C8T6 */
MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 64K
RAM : ORIGIN = 0x20000000, LENGTH = 20K
}