Add examples for STM32L0

This commit is contained in:
Ulf Lilleengen
2021-06-09 15:22:52 +02:00
committed by Dario Nieuwenhuis
parent 3d16e922d5
commit 1bb7123156
11 changed files with 300 additions and 3 deletions

View File

@ -0,0 +1,5 @@
MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 192K
RAM : ORIGIN = 0x20000000, LENGTH = 20K
}