mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 03:39:49 +03:00
STM32 persistent MVP, cross-compiled & binaries
This commit is contained in:
5
ldscripts/mem-flash.inc
Normal file
5
ldscripts/mem-flash.inc
Normal file
@@ -0,0 +1,5 @@
|
||||
MEMORY
|
||||
{
|
||||
ram (rwx) : ORIGIN = 0x20000C00, LENGTH = 61K
|
||||
rom (rx) : ORIGIN = 0x08005000, LENGTH = 492K
|
||||
}
|
||||
Reference in New Issue
Block a user