aduc814.txt
来自「ADUC845的源代码和资料」· 文本 代码 · 共 13 行
TXT
13 行
CodeSize = 08192 'size of code memory
DataSize = 0160 'size of the data memory
QuickDownloadOption = False 'Allow Quick Download Protocol
FastBaudrateOption = False 'Allow change to Fast Baudrate
SecurityBitsOption = True 'Allow Download to Security Bits
BootloadOption = False 'Allow Bootload Mode
VerifyAfterDownloadOption = False 'Allow Verify Code Command
T3CON = 000 'baudrate config for 115200 (if allowed)
T3FD = 000 'baudrate config for 115200 (if allowed)
T3CON9600 = 000 'baudrate config for 9600
T3FD9600 = 000 'baudrate config for 9600
XTAL = 1 'default = 32.768kHz crystal
fcore = 16777216 'default
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?