_test.inc

来自「ucos在xc167下的移植源程序」· INC 代码 · 共 72 行

INC
72
字号

; _test.inc
;
; This macrofile has been generated by TASKING EDE 
; for the 'test' project.
;

;
; Startup Configuration
;













.define _SYNC_ON_HALT '1'










; 
;	External Boot Memory Configuration
;
.define _BOOTCFG_VALUE '0x800C'

;
;	PMU Control Register Configuration
;
.define _PMU_CON_VALUE '0x00003802'

;
;	PMU_EIFCON Control Register Configuration
;
.define _PMU_EIFCON_VALUE '0x0000001F'

;
; Bus configuration
;

;
; User defined Busconfiguration settings for the TC1775B derivative:
;
.define _CUSTOM_BOARD	'1'
.define _BCUCON_VALUE '0x4009FFFF'
.define _EBUCLC_VALUE '0x00000000'
.define _EBUCON_VALUE '0x00000028'
.define _ADDRSEL0_VALUE '0x00000000'
.define _ADDRSEL1_VALUE '0x00000000'
.define _ADDRSEL2_VALUE '0x00000000'
.define _ADDRSEL3_VALUE '0x00000000'
.define _BUSCON0_VALUE '0x8002D7FF'
.define _BUSCON1_VALUE '0x8002D7FF'
.define _BUSCON2_VALUE '0x8002D7FF'
.define _BUSCON3_VALUE '0x8002D7FF'
.define _EMUAS_VALUE '0xBE000031'
.define _EMUBC_VALUE '0x00160280'
.define _EMUCON_VALUE '0x00000000'

⌨️ 快捷键说明

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