代码搜索结果
找到约 10,000 项符合
CAN Bus 的代码
nmakefile
# MPLAB IDE generated this makefile for use with Microsoft `nmake'.
# Project: bus CAN 30F.mcp
# Date: Fri Mar 06 15:49:00 2009
AS = pic30-as.exe
CC = pic30-gcc.exe
LD = pic30-ld.exe
AR = pic3
can64_can.txt
#---- Setup of the hardware -----
-device AT90CAN64
-hardware PEAK
-canbitrate 500
-logf "can64_can_logfile.txt"
#-debug
#----- Operation --------------
-operation
ONFAIL Ignore
can32_can.txt
#---- Setup of the hardware -----
-device AT90CAN32
-hardware PEAK
-canbitrate 500
-logf "can32_can_logfile.txt"
#-debug
#----- Operation --------------
-operation
ONFAIL Ignore
can128_can.txt
#---- Setup of the hardware -----
-device AT90CAN128
-hardware PEAK
-canbitrate 500
-logf "can128_can_logfile.txt"
#-debug
#----- Operation --------------
-operation
ONFAIL Ignore
mcb517.h
/*-----------------------------------------------------------------------------
MCB517.H
MCB517 Header Files
1998-09-19 JCW Initial Revision
---------------------------------------------------
mcb517.h
/*-----------------------------------------------------------------------------
MCB517.H
MCB517 Header Files
1998-09-19 JCW Initial Revision
---------------------------------------------------
s3c2410_can_drv.c
/*
* Copyright (C) 2005 OURS TECH
*
*
This file just for OURS AUDIO BOARD.
*/
#include
#include
#include
13.6.1 can
ORG 0000H
LJMP MAIN
ORG 0003H
LJMP CANINT0
ORG 000BH
LJMP T0-INTERRUPT
ORG 0100H
MAIN:
MOV R0,#07FH
CLR A
MOV @R0,A
DJNZ R0,$_1
MOV @R0,A
MOV SP,#60H
LCALL SJA1000_
13.6.2 can
#ifndef BASICCANCONF_H
#define BASICCANCONF_H
#include
#include
#include
#include
void Init Cpu(void);
void Init TO(void)