📄 tvpuboot.gin
字号:
@;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@;;
@;; Copyright 2004 by Texas Instruments Incorporated. All rights reserved.
@;; Property of Texas Instruments Incorporated. Restricted rights to use,
@;; duplicate or disclose this code are granted through contract.
@;;
@;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@;;
@;; $Description: $
@;;
@;; Assembly include file for TvpUboot.gls
@;;
@;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@;;
@;; $History: TvpUboot.gin $
@;
@;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@; ***************
@; arm926 stacks
@; ***************
.set TVP_SVC_STACK_SIZE , 16*4 @; size of svc stack in words
.set TVP_FIQ_STACK_SIZE , 96*4 @; size of fiq stack in words
.set TVP_IRQ_STACK_SIZE , 96*4 @; size of irq stack in words
.set TVP_UDF_STACK_SIZE , 24*4 @; size of svc stack in words
.set TVP_DAB_STACK_SIZE , 16*4 @; size of dab stack in words
@; 1KB Total size
@; ***************
@; note the order !
@; ***************
.set TVP_SVC_STACK , TVP_DTCM_TOP-4 @; supv stack
.set TVP_FIQ_STACK , TVP_SVC_STACK-TVP_SVC_STACK_SIZE @; fiq stack
.set TVP_IRQ_STACK , TVP_FIQ_STACK-TVP_FIQ_STACK_SIZE @; irq stack
.set TVP_DAB_STACK , TVP_SDRAM_TOP-4 @; data abort stack
.set TVP_UDF_STACK , TVP_DAB_STACK-TVP_DAB_STACK_SIZE @; udf stack
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -