stm32: add H5 support.
This commit is contained in:
5
examples/stm32h5/memory.x
Normal file
5
examples/stm32h5/memory.x
Normal file
@ -0,0 +1,5 @@
|
||||
MEMORY
|
||||
{
|
||||
FLASH : ORIGIN = 0x08000000, LENGTH = 0x200000
|
||||
RAM : ORIGIN = 0x20000000, LENGTH = 0x50000
|
||||
}
|
Reference in New Issue
Block a user