working rtic on TM4C123GXL

This commit is contained in:
Priec
2025-10-10 19:12:45 +02:00
parent 42ef7c380d
commit 0b8bf041c9
8 changed files with 21 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
MEMORY
{
FLASH : ORIGIN = 0x00000000, LENGTH = 256K
RAM : ORIGIN = 0x20000000, LENGTH = 32K
}