aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32-wpan/tl_mbox_extended_wb1.x.in
blob: 4cffdaddd397186ce525af94315ab77b27a5c297 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
MEMORY 
{
    RAM_SHARED (xrw)           : ORIGIN = 0x20030000, LENGTH = 4K
    RAMB_SHARED (xrw)          : ORIGIN = 0x20030028, LENGTH = 4K
}

/*
 * Scatter the mailbox interface memory sections in shared memory
 */
SECTIONS
{
    TL_REF_TABLE                     (NOLOAD) : { *(TL_REF_TABLE) } >RAM_SHARED

    MB_MEM1 (NOLOAD)                          : { *(MB_MEM1) } >RAMB_SHARED
    MB_MEM2 (NOLOAD)                          : { _sMB_MEM2 = . ; *(MB_MEM2) ; _eMB_MEM2 = . ; } >RAMB_SHARED
}