代码搜索:spi总线
找到约 10,000 项符合「spi总线」的源代码
代码结果 10,000
www.eeworm.com/read/385752/8790992
c spi.c
#include "f2407_c.h"
void system_init();
void inline disable()
{
asm(" setc INTM");
}
void inline enable()
{
asm(" clrc INTM");
}
main()
{
int i,
www.eeworm.com/read/385752/8790996
pjt spi.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ti\myprojects\test\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
www.eeworm.com/read/385752/8790997
paf spi.paf
www.eeworm.com/read/429467/8807346
exe spi.exe
www.eeworm.com/read/429467/8807361
txt spi.txt
F240 SPI master/slave example code from the C24x Reference Set, Vol 2, Chapter 5.
All contents (included source, executables, and text)
www.eeworm.com/read/285749/8820415
asm spi.asm
;用户寄存器定义
SPI_DATA .usect ".data0",1 ;临时数据寄存器
SPI_FLAG .usect ".data0",1 ;SPI 标志位
SPI_CON .usect ".data0",1 ;MAX5741的控制字
DP_USER .set 5 ;用户寄存器存放页指针
;MAX5121 的控制字宏定义
DACOUT .s
www.eeworm.com/read/285749/8820417
pjt spi.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\lp\2407new\2407asm\4SPI\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Comp
www.eeworm.com/read/285749/8820419
sbl spi.sbl
www.eeworm.com/read/385075/8821045
plg spi.plg
礦ision3 Build Log
Project:
E:\STM32-EVAL项目\STM32_program_file\SPI\uvsion\SPI.uv2
Project File Date: 10/07/2007
Output:
www.eeworm.com/read/385075/8821049