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