[11U68]fix P0_11 to use GPIO

Fork of mbed-src by mbed official

targets/cmsis/TARGET_RENESAS/TARGET_RZ_A1H/TOOLCHAIN_ARM_STD/MBRZA1H.sct

Committer:
mbed_official
Date:
2014-11-06
Revision:
390:35c2c1cf29cd
Child:
401:6d559ae9fd59

File content as of revision 390:35c2c1cf29cd:



LOAD_TTB    0x20000000 0x00004000 ; Page 0 of On-Chip Data Retention RAM
{
    TTB     +0 EMPTY 0x4000            
    { }                           ; Level-1 Translation Table for MMU
}

SFLASH 0x18000000 (0x08000000)
{
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    ; S-Flash ROM : Executable cached region
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

    BOOT_LOADER_BEGIN 0x18000000 FIXED
    {
        *   ( BOOT_LOADER )
    }

    VECTORS 0x18008000 FIXED
    {
        * (RESET, +FIRST)         ; Vector table and other (assembler) startup code
        * (InRoot$$Sections)      ; All (library) code that must be in a root region
        * (+RO-CODE)              ; Application RO code (.text)
    }

    RO_DATA          +0 ALIGN 0x00100000 FIXED
    { * (+RO-DATA) }              ; Application RO data (.constdata)

    RW_DATA 0x20600000 0x00100000 ; Page 1 of On-Chip Large-Capacity RAM (0x20060000 to 0x206FFFFF)
    { * (+RW) }                   ; Application RW data (.data)

    ZI_DATA 0x20100000 0x00100000 ; Page 1 of On-Chip Large-Capacity RAM (0x20010000 to 0x201FFFFF)
    { * (+ZI) }                   ; Application ZI data (.bss)

    RW_DATA_NC 0x60900000 0x00100000
    { * (NC_DATA) }              ; Application RW data Non cached area

    ZI_DATA_NC +0
    { * (NC_BSS) }               ; Application ZI data Non cached area
    
    ;HEAP    0x90000000 
    ;{ * (HEAP) }
}