搜索资源列表
rfid_protocol
- 华禹gpio端口控制程序,负责mtk的cpu引脚通讯-Huayu gpio Port Control
LPC2378_GPIO_SPI
- 讲述ARM7芯片LPC2378与SPI接口的D/A转换芯片之间的通信,用GPIO端口模拟实现SPI通讯-About ARM7 LPC2378 and SPI interface chip D/A converter chip communication between the SPI by GPIO port analog communication to achieve
GPIO
- OURS2410F开发板的一个简单测试用例,仅控制端口。可以作为ARM入门的测试。-OURS2410F development board is a simple test case, only the control port. ARM can be used as a test entry.
STM32-7SEG-LED-SCAN
- 8位数码管动态扫描显示实验(显示不用库函数) *显示用指针直接访问GPIO端口的输出寄存器,形式GPIOD->ODR *延时delay_nms(5)时,显示不闪烁 *74HC138 A--P2.2--PE.0 B--P2.3--PE.1 C--P2.4--PE.2 *74HC573 D0~D7---PD[0..7] LE---PE.3 *by 追梦 2011-4-3-8-bit digital dynamic scan showed that the experimen
LED
- 1设计要求 PC6,PC7,PD6,PD13 LED快速交替闪烁。 2 硬件电路设计 在开发板上通用I/O口PC6,PC7,PD6,PD13作为控制D1,D2,D3,D4的控制线。 3软件程序设计 根据设计任务要求,软件程序主要包括: (1) 配置GPIO口,将PC6,PC7,PD6,PD13配置为上拉输出模式。 (2) 延时控制相应端口的置位和复位。 4 运行过程 (1) 使用Keil uVision3 通过
GPIO
- LM3S1138的端口初始化,飞 考试分等级考试啦-LM3S1138 port initialization, flight test graded examinations friends
UART
- 5509A通过MCBSP端口实现UART程序。 配置MCBSP端口为GPIO,通过定时器来实现。 因为5509A本身不带有UART端口,所以在某些场合下会应用到。 -The program of Uart using mcbsp on TMS320VC5509A. The port of mcbsp are configued as GPIO. Since there is no UART port on VC5509A itself, the program can be
led-flows
- 适用于STM32F103ZE平台的LED调试程序,GPIO端口为pe0~pe3。也可调试用于其他平台。-for show your LEDs. I design them flow like angle.
GPIO
- 普通端口测试程序,实现端口对灯驱动闪烁测试-Gernal PIN INput and output
GPIO
- lpc2378的通用输入输出端口例程,里面主要是控制蜂鸣!共4个例程!-Lpc2378 general-purpose input/output port routines, mainly control buzzer inside! A total of 4 routines!
I2C_Configuration(void)
- STM32F103C8T6,GPIO端口模拟I2C通讯,简单易行-void I2C_SDA_OUT(void) { GPIO_InitTypeDef GPIO_InitStructure GPIO_InitStructure.GPIO_Pin I2C_SDA GPIO_InitStructure.GPIO_Speed GPIO_Speed_50MHz GPIO_InitStructure.GPIO_Mode GPIO_Mode_Out_PP
STM32模拟SPI四种工作模式
- STM32有时会用到由GPIO端口模拟SPI的情况,此代码是模拟SPI四种工作模式