stm32-usbd-audio-example/memory.x

7 lines
132 B
Plaintext
Raw Normal View History

2022-12-29 13:52:18 +01:00
/* bluepill using STM32F103C8T6 */
MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 64K
RAM : ORIGIN = 0x20000000, LENGTH = 20K
}