working rtic on TM4C123GXL
This commit is contained in:
5
tm4c-rtic-example/memory.x
Normal file
5
tm4c-rtic-example/memory.x
Normal file
@@ -0,0 +1,5 @@
|
||||
MEMORY
|
||||
{
|
||||
FLASH : ORIGIN = 0x00000000, LENGTH = 256K
|
||||
RAM : ORIGIN = 0x20000000, LENGTH = 32K
|
||||
}
|
||||
Reference in New Issue
Block a user