mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
7 lines
117 B
Text
7 lines
117 B
Text
|
/* STM32F103C8V6 */
|
||
|
MEMORY
|
||
|
{
|
||
|
FLASH : ORIGIN = 0x08000000, LENGTH = 64K
|
||
|
RAM : ORIGIN = 0x20000000, LENGTH = 20K
|
||
|
}
|