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

📄 init.h

📁 用TMS320F206实现图像等高速上网传输功能
💻 H
字号:
*File: init.h*
*include file with I/O register declaration *
         .mmregs 
         .bss   dmem,10
         .def   ini_d
ini_d:   .usect "new",10
         .data                      
         .word 055aah                
         .word 0aa55h                 
*on-chip register equates*              
*CLKOUT*                                 
clk1     .set 0ffe8h                  
*INTERRUPT CONTROL                     
icr      .set 0ffech                    
*SYNC PORT*                               
sdtr     .set 0fff0h                      
sspcr    .set 0fff1h                       
*UART*                                       
adtr     .set 0fff4h
aspcr    .set 0fff5h
iosr     .set 0fff6h
brd      .set 0fff7h
*TIMER*
tcr      .set 0fff8h
prd      .set 0fff9h
tim      .set 0fffah
*WAIT STATES*
wsgr     .set 0fffch
*Variables*
rxbuf    .set 0300h
xrbuf    .set 0200h
size     .set 00020h
del      .set 0010h

⌨️ 快捷键说明

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