;/**************************************************************************//**
; * @file     SdLoader_N9H20K5.scf
; * @brief    SdLoader scf file for N9H20K5 series.
; *
; * SPDX-License-Identifier: Apache-2.0
; * @copyright (C) 2020 Nuvoton Technology Corp. All rights reserved.
; *****************************************************************************/

ROM_LOAD 0x900000
{
    ROM +0
    {
        wb_init.o (WB_INIT, +First)
        anon$$obj.o
        __main.o(!!!)
        * (+RO)
        * (+RW, +ZI) 
        
    }
    
    RAM 0x0
    {
        vectors.o(Vect, +First)  
    }
      
    
    HEAP 0x1000000 UNINIT
    {
        heap.o (+ZI)
    }

	STACK 0x1800000 UNINIT
	{
		stack.o (+ZI)
	}    
}