lh7a400_image_params_struct.i

来自「sharp的arm920t 7A400的评估板附带光盘Sharp KEVLH7A」· I 代码 · 共 55 行

I
55
字号
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;  $Workfile:   LH7A400_image_params_struct.i  $
;  $Revision:   1.0  $
;  $Author:   BarnettH  $
;  $Date:   Jun 17 2002 15:28:42  $
; 
;  Project:  KEV7A400
; 
;  Description:
;      This include file contains the cookie for image parameter
;      structure.
; 
;      The loader mechanism needs to know what this value is in order
;      to check that a valid image is available to be loaded.
;      The assembly language source which implements the loader
;      mechanism must include this file and use the symbol
;      IMAGE_COOKIE to execute the validity check.
;      
;      If the loader mechanism is implemented in C, the IMAGE_COOKIE
;      value used must be synchronized.
;
;      See SMA_image_params_struct.s for additional information.
;      
;  Revision History:
;  $Log:   //smaicnt2/pvcs/VM/CHIPS/archives/SOC/LH7A400/Platform/LH7A400_image_params_struct.i-arc  $
; 
;    Rev 1.0   Jun 17 2002 15:28:42   BarnettH
; Initial revision.
;  
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;  
;   Copyright (c) 2002 Sharp Microelectronics of the Americas
; 
;   All rights reserved
; 
;   SHARP MICROELECTRONICS OF THE AMERICAS MAKES NO REPRESENTATION
;   OR WARRANTIES WITH RESPECT TO THE PERFORMANCE OF THIS SOFTWARE,
;   AND SPECIFICALLY DISCLAIMS ANY RESPONSIBILITY FOR ANY DAMAGES,
;   SPECIAL OR CONSEQUENTIAL, CONNECTED WITH THE USE OF THIS SOFTWARE.
; 
;   SHARP MICROELECTRONICS OF THE AMERICAS PROVIDES THIS SOFTWARE SOLELY
;   FOR THE PURPOSE OF SOFTWARE DEVELOPMENT INCORPORATING THE USE OF A
;   SHARP MICROCONTROLLER OR SYSTEM-ON-CHIP PRODUCT.  USE OF THIS SOURCE
;   FILE IMPLIES ACCEPTANCE OF THESE CONDITIONS.
; 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

IMAGE_COOKIE        EQU     0x0007A400
IMAGE_BASE_OFST     EQU     0x04
IMAGE_LENGTH_OFST   EQU     0x08
IMAGE_ENTRY_OFST    EQU     0x0C
IMAGE_BEGIN_OFST    EQU     0x10

    END

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?