📄 options.h
字号:
************************************************************
* Constant definitions for user selectable CHK2XX options. *
* *
* Written by *
* *
* Release Version 1.0 *
* *
***********************************************************/
SS .set 0h ; relocation base address for code
RAM_C24X .set 0 ; set to 1 to test SARAM on a TMS320C24X
; MUST have MP/MC pin pulled high on DSP.
RAM_EXT1 .set 0 ; set to 1 to test external memory block #1.
; MUST also specify EXT1STRT and EXT1LNTH below.
EXT1STRT .set 2000h ; start address of external block #1
EXT1LNTH .set 1000h ; length of external block #1
RAM_EXT2 .set 0 ; set to 1 to test external memory block #2.
; MUST also specify EXT2STRT and EXT2LNTH below.
EXT2STRT .set 3000h ; start address of external block #2
EXT2LNTH .set 1000h ; length of external block #2
LOCKOUT .set 0 ; set to 1 to lockout the calling program
; on a selfcheck failure.
SIMULATOR .set 0 ; set to 1 if NOT using C2xx Simulator v1.30
CHKSUM .set 0 ; set to 1 to perform the program code checksum
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -