代码搜索:SPI
找到约 10,000 项符合「SPI」的源代码
代码结果 10,000
www.eeworm.com/read/143131/12896512
c spi_flashdriver.c
///////////////////////////////////////////////////////////////
//
// SPI_FLASHDRIVER.c
//
// TO USE:
// In VisualDSP select Tools->Flash Programmer...
// Select this program as the driver file.
www.eeworm.com/read/142762/12923085
asm spi_dataflash.asm
;顺序写子程序,用spiwt名称调用
spiwt bcf STATUS,RP0
bcf PORTB,SCK ;模式0
bcf PORTB,cs ;片选
movlw 82H ;加载操作码
movwf spi_out ;置入寄存器
call spiout ;调用子程序输出操作码
movf PA1,w ;加载第一字节地址
movwf spi_out ;置入
www.eeworm.com/read/142696/12930328
c spi_rec.c
/****************************************************************************
* 文件名:SPI_rec.C
* 功能:使用硬件SPI接口接收从NUT来的数据。(此ARM设置为从机模式)
****************************************************************
www.eeworm.com/read/243541/12934959
v spi_interface.v
module SPI_INTERFACE (do, iostrb_l, rw_l, io_wr, spi_rd, clkout, reset_l, dclk, cs_en, dio) ;
input reset_l;
inout do ;
input iostrb_l ;
input rw_l ;
output io_wr,spi_rd;
input clkout ;
www.eeworm.com/read/329666/12941128
bak spi.c.bak
#include "DSP280x_Device.h" // DSP280x Headerfile Include File
#include "DSP280x_Examples.h" // DSP280x Examples Include File
#define SetLoad GpioDataRegs.GPADAT.bit.GPIO14 = 1
#define
www.eeworm.com/read/329666/12941152
paf spi_lookback.paf
www.eeworm.com/read/329666/12941290
pjt spi_lookback.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\MYDSP\2808\C\SPI_lookback\"
ProjectType=Executable
CPUFamily=TMS320C28XX
Tool="Co
www.eeworm.com/read/329666/12941311
c spi_lookback.c
#include "DSP280x_Device.h" // DSP280x Headerfile Include File
#include "DSP280x_Examples.h" // DSP280x Examples Include File
// Prototype statements for functions found within this file.
i
www.eeworm.com/read/329587/12946566
c mmc_spi.c
//###########################################################
// File: mmc_spi.c
//
// Read-/Writeroutines for MMC MultiMedia cards and
// SD SecureDigital cards in SPI mode.
//
// This will wor
www.eeworm.com/read/329587/12946788
h mmc_spi.h
//#########################################################################
// File: mmc_spi.h
//
// MMC MultiMediaCard and SD SecureDigital definitions for SPI protocol
//
//####################