代码搜索结果
找到约 10,000 项符合
SPI 的代码
spi_drv.hex
:10005600E4F51374092513F8A6130513E513B40A7A
:10006600F2438F01439F01C206D207D2087514805E
:100076001201367FAA1201BC7F551201BC12004242
:100086008F08D2EBD2AF7B007A0079097D0A120184
:100096005D2005FDE4F
spi_cmd.c
/*
Module Name: SPI_CMD.C
Abstract: Function definition for the CAN's spi command interface
Notes: Presently, only the SPI Channel 0 is supported.
Environment: MCP2515
Date: 200
spi_cmd.h
/*
* spi_cmd.h
* Define the constant for the CAN's spi command interface
* Date : 2004/04/27
* By : Zhang Jing
*/
#ifndef SPI_CMD_H
#define SPI_CMD_H
#ifdef SPI_CMD_FLAG
#define SPI
2113_spi.txt
我在用2210和2131通过SPI接口进行通信,2210做主机发送数据,2131用中断形式接收数据,但是2210发送的数据始终无法触发2131的中断,进而无法接受数据,哪位达人能给小第指点一下,两块板子间的连线应该怎么连,急,在此跪谢拉:
2131板上程序:
#include "config.h"
#define SALVE (1
spi的实例.txt
本人的一个SPI的实例,通过SPI实现两机通讯,
采用中断方式实现双全工通讯。
本例用两MEGA8515实现,连接为:
MISO----MISO
MOSI----MOSI
SCK ----SCK
/SS ----/SS
将要发送的数据加载到发送缓冲区的函数fill_tx_buffer
和从接收缓冲区读出数据的函数read_rx_buffer未给出,
根据各自需求
spi.c.bak
/*****************************************************************************
* spi.c: SPI C file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconductor
spi.h.bak
/*****************************************************************************
* spi.h: Header file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconductor