Eryone Ery32 mini (STM32F103VET6) board (#22956)

This commit is contained in:
Augusto Zanellato
2021-10-19 17:24:22 +02:00
committed by Scott Lahteine
parent 30158424e9
commit c9718e1ec0
6 changed files with 233 additions and 2 deletions

View File

@ -1,5 +1,5 @@
MEMORY
{
ram (rwx) : ORIGIN = 0x20000C00, LENGTH = 61K
rom (rx) : ORIGIN = 0x08005000, LENGTH = 492K
ram (rwx) : ORIGIN = 0x20000C00, LENGTH = 64K - 3K
rom (rx) : ORIGIN = 0x08005000, LENGTH = 512K - 20K
}