start tutorial
This commit is contained in:
5
tutorial/05-led-blink/task/memory.x
Normal file
5
tutorial/05-led-blink/task/memory.x
Normal file
@@ -0,0 +1,5 @@
|
||||
MEMORY
|
||||
{
|
||||
FLASH : ORIGIN = 0x08000000, LENGTH = 64K
|
||||
RAM : ORIGIN = 0x20000000, LENGTH = 20K
|
||||
}
|
||||
Reference in New Issue
Block a user