Add STM32G0 examples

This commit is contained in:
Ben Gamari
2021-07-31 10:01:32 -04:00
committed by Dario Nieuwenhuis
parent e2f71ffbbd
commit ee841499ee
9 changed files with 199 additions and 1 deletions

View File

@ -0,0 +1,7 @@
MEMORY
{
/* NOTE 1 K = 1 KiBi = 1024 bytes */
/* These values correspond to the STM32G071C8 */
FLASH : ORIGIN = 0x08000000, LENGTH = 64K
RAM : ORIGIN = 0x20000000, LENGTH = 36K
}