专家
公告
财富商城
电子网
旗下网站
首页
问题库
专栏
标签库
话题
专家
NEW
门户
发布
提问题
发文章
PIC单片机 设定配置字信息
2019-04-15 12:32
发布
生成海报
站内文章
/
PIC单片机
16630
0
1697
;******************************************************************* ; SAMPLE.ASM ; 8x8 Software Multiplier for 16Cxxx Family ;******************************************************************* ; ; The 16 bit result is stored in 2 bytes ; ; Before calling the subroutine " mpy ", the multiplier should ; be loaded in location " mulplr ", and the multiplicand in ; " mulcnd " . The 16 bit result is stored in locations ; H_byte & L_byte. ; ;******************************************************************* ; LIST p=16F690 ; PIC16F84 is the target processor #include "P16F690.INC" ; Include header file __config _WDT_OFF & _PWRTE_OFF & _MCLRE_ON & _CP_OFF & _CPD_OFF & _BOR_ON & _IESO_ON & _FCMEN_ON & _INTRC_OSC_CLKOUT ;__config _PWRTE_OFF & _WDT_OFF & _CP_OFF &_INTRC_OSC_CLKOUT ;******************************************************************* ;Field Option Category ;FOSC _INTRC_OSC_CLKOUT Oscillator Selection bits 振荡器选择位 ;WDTE OFF Watchdog Time Enable bit 看门狗定时器使能位 ;PWRTE OFF Power-up Time Enable bit 上电复位延时使能 ;MCLRE ON MCLR Pin Function bit 内部复位引脚功能位 ;CP OFF Code Protection bit 代码保护位 ;CPD OFF Date Code Protection bit 数据代码保护位 ;BOREN ON Broen-out External Switchover bit 掉电复位使能 ;IESO ON Internal External Switchover bit 内部外部切换位 ;FCMEN ON Fail-safe Clock Monitor Enable bit 故障安全时钟监视器使能位 ;FOSC _INTRC_OSC_CLKOUT Oscillator Selection bits 振荡器选择位 ; EXTRCCLK RC oscillator: CLKOUT function RC振荡器:CLKOUT功能 ; EXTRCIO RCIO oscillator: I/O function RCIO振荡器:I / O功能 ; INTRCCLK INTOSC oscillator: CLKOUT function INTOSC振荡器:CLKOUT功能 ; INTRCIO INTOSCIO oscillator: I/O function INTOSCIO振荡器:I / O功能 ; EC EC : I/O function on RA4/OSC2 I / O功能RA4/OSC2 ; HS HS oscillator: Hight-speed crys HS振荡器:高速晶体 ; XS XT oscillator: Crystal/resonat XT振荡器:晶体/ 共振器 ; LP LP oscillator: Low-power cryst LP振荡器:低功耗晶体 ; _INTRC_OSC_NOCLKOUT ; _INTRC_OSC_CLKOUT 内部振荡无时钟输出 ; _EXTRC_OSC_NOCLKOUT ; _EXTRC_OSC_CLKOUT ;BOREN ON Broen-out External Switchover bit 掉电复位使能 ; NSLEEP BOR enabled during operation 操作过程中打开BOR ; SBOREN BOR controlled by SBOREN bit BOR控制位 ;*******************************************************************
Ta的文章
更多
>>
PIC单片机 设定配置字信息
0 个评论
热门文章
×
关闭
举报内容
检举类型
检举内容
检举用户
检举原因
广告推广
恶意灌水
回答内容与提问无关
抄袭答案
其他
检举说明(必填)
提交
关闭
×
打开微信“扫一扫”,打开网页后点击屏幕右上角分享按钮