Add blinky example.

This commit is contained in:
Bob McWhirter
2021-06-07 11:57:27 -04:00
parent e6bd02d40e
commit b8690e5f5d
5 changed files with 143 additions and 0 deletions

View File

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