代码搜索结果
找到约 10,000 项符合
SPI 的代码
spi.cmd
/* SOLUTION FILE FOR LAB11.CMD */
MEMORY
{
PAGE 0:
VECS origin = 0000h, length = 0040h
FLASH: origin = 100h, length = 7F00h
SAR
spi.h
/************************************************************************************
FILENAME: SEED-DEC2407.h
************************************************************************************/
spi.c
#include "SEED-DEC2407.h"
#include "SPI.h"
#define Spi_Int 1
unsigned int j,spi_data[100];
void main()
{
unsigned int i;
i = 0;
j = 0;
DINT;
SystemInit();
SpiInit();
#if Spi_Int
spi.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
spi.map
******************************************************************************
TMS320C1x/C2x/C2xx/C5x COFF Linker Version 7.00
******************************************
spi.cmd
/* SOLUTION FILE FOR LAB11.CMD */
MEMORY
{
PAGE 0:
VECS origin = 0000h, length = 0040h
FLASH: origin = 100h, length = 7F00h
SAR
spi.h
/************************************************************************************
FILENAME: SEED-DEC2407.h
************************************************************************************/