搜索资源列表
CCP_Input_Capture
- PIC18 CCP_Input_capture 输入捕捉例程-PIC18 CCP Input capture
CAPTURE
- PIC单片机的CCP功能 //220V的交流电源直接用电阻限流,经光耦隔离,形成脉冲送到CCP2, //CCP2模块的捕捉功能,设置为每16个上升沿捕捉一次,相当于平均滤波,目的是为了减小误差 //TMR1计数的分频系数计算:假设电源为50Hz,即一个周期为20ms,16个周期为320ms //320ms=320000us,单片机用4MHz晶振,指令周期为1us,设TMR1的分频系数为K:65536×K=320000 //得K=4.88,取K=8,即TMR1的预分频系数设为1
PIC-ccp
- //比较器的工作模式:CM2-CM0=011,交流信号经半波整流送至C1的负端RA1, //参考电压模块产生一个0.63V的电压输出到C1的正端RA2,C1的输出为引脚RA5。 -//Comparator mode: CM2-CM0 = 011, the half-wave rectified AC signal to the negative terminal of C1 RA1,// 0.63V voltage reference module gener
CCP(Vector)
- Vector公司推出的汽车标定CCP底层源码-Vector auto calibration CCP launched the underlying source
edge_count
- 这个示例应用程序演示了如何使用一个通用定时器在下降边沿计数模式。定时器4被配置在上升沿被认为是对PM0/CCP0每次递减。计数被初始化为9,匹配设置为0,产生一个中断解雇10积极边缘检测到CCP脚后。-This example application demonstrates the use of a general purpose timer in down edge count mode. Timer 4 is configured to decrement each time a ris
CCP
- CCP protocol, automotive electronic CCP calibration entire agreement...On the freescale microcontroller implementation
CCP底层代码
- CCP底层代码,可用移植到多种嵌入式SOC上