⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 aduc843.txt

📁 aduc845汇编程序包:wdt,uart,timer2,tic, pllcon,dac,adc,
💻 TXT
字号:
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 = 130				'baudrate config for 115200 (if allowed)
T3FD = 009				'baudrate config for 115200 (if allowed)
T3CON9600 = 133				'baudrate config for 9600
T3FD9600 = 045				'baudrate config for 9600
XTAL = 1				'default = 32.768kHz crystal
fcore = 16777216			'default

⌨️ 快捷键说明

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