Fixed mbxxx platform
This commit is contained in:
parent
10f64c0ce8
commit
fcb09d5d30
107 changed files with 2018 additions and 2760 deletions
16
cpu/stm32w108/gnu-stm32w108CC.ld
Normal file
16
cpu/stm32w108/gnu-stm32w108CC.ld
Normal file
|
@ -0,0 +1,16 @@
|
|||
/******************************************************************************/
|
||||
/* Peripheral memory map */
|
||||
/******************************************************************************/
|
||||
_BOOTLOADER_SIZE = 0 ;
|
||||
/* This value needs to be fine tuned if the NVM section grows */
|
||||
_NVM_size = 0x1000;
|
||||
|
||||
/* include the memory spaces definitions sub-script */
|
||||
MEMORY
|
||||
{
|
||||
RAM_region (xrw) : ORIGIN = 0x20000000, LENGTH = 16K
|
||||
ROM_region (rx) : ORIGIN = 0x08000000, LENGTH = 256K
|
||||
FIB_region (ra) : ORIGIN = 0x08040000, LENGTH = 2K
|
||||
}
|
||||
|
||||
INCLUDE "gnu-stm32w108.ld"
|
Loading…
Add table
Add a link
Reference in a new issue