mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
7 lines
136 B
Text
7 lines
136 B
Text
|
/* Linker script for the STM32G030F6 */
|
||
|
MEMORY
|
||
|
{
|
||
|
FLASH : ORIGIN = 0x08000000, LENGTH = 32K
|
||
|
RAM : ORIGIN = 0x20000000, LENGTH = 8K
|
||
|
}
|