基于P87 C591的CAN总线系统智能节点设计Design of CAN System Intelligent Node Based on P87C591
给出了基于带CAN控制器的单片8位微控制器P87C591的智能节点的硬件电路及软件结构,详细介绍了设计中的难点及实现过程中应注意的问题。关键词:CAN总线;智能节点
Abstract:A h ardc ircuita nds oftw arec onfigurationo fth e ...
//遥控解码子程序,LC7461,用户码为11C//external interrupt0void isr_4(){
unsigned char r_count;//定义解码的个数 unsigned long use_data=0;//定义16位的用户码,只用到13位 unsigned long use_code=0;//定义16位的用户反码,只用到13位 unsigned long data=0;//定义16位数据码,包括8位数据码和 ...