-
Adafruit_RA8875-master
library for arm display ra8875
- 2016-07-14 08:50:13下载
- 积分:1
-
BMS
电动汽车快换电池箱电子控制单元通信协议(CAN)(BMS ECU communicating protocol)
- 2017-09-25 15:41:22下载
- 积分:1
-
M051_PWM
M051微处理器的定时器接口设置为pwm功能(M051 microprocessor interface is set to pwm timer function)
- 2013-06-05 16:39:27下载
- 积分:1
-
duyunhai
杜云海的学习报告,详细介绍ARM映象文件及执行机理,及ARM Bios源码分析,及GNU之映象机理等(Du Yunhai study reports detailing ARM mapping documents and the implementation of the mechanism, and the ARM Bios-source analysis, and the mapping mechanism, such as GNU)
- 2008-01-28 09:53:10下载
- 积分:1
-
STM32_I2C_Example
该源码是arm芯片stm32的I2C源码(The source is the arm of the I2C chip stm32 source)
- 2020-08-16 11:28:23下载
- 积分:1
-
socket
socket非常有用,适合初入ARM 嵌入式 学习,没有操作系统(socket very useful for entering the ARM embedded learning, not the operating system)
- 2011-04-28 16:06:09下载
- 积分:1
-
STM32_SPI_ADS1118
程序使用TI的16位片外ADC采集数据,STM32F103C8T6单片机,485的RTU协议(The program uses 16 bit outside ADC of TI to collect data, STM32F103C8T6 MCU, and 485 RTU protocol)
- 2021-04-09 18:08:59下载
- 积分:1
-
AD7091
说明: 本示例基于stm32f103外设固件库开发的AD7091驱动程序,内涵初始化和AD获取操作代码。 在项目中亲测可以正常运行和使用,适合参考作为二次开发。(This example is based on the ad7091 driver developed by STM32F103 peripheral firmware library, which initializes the connotation and obtains the operation code of AD In the project, the pro test can run and use normally, which is suitable for reference as the secondary development.)
- 2020-06-26 15:00:02下载
- 积分:1
-
Formula
说明: 汽车OBD诊断系统,国际标准下的动力系统数据定义以及数据解析。(OBD diagnostic system of automobile, data definition and data analysis of power system under international standards.)
- 2019-01-16 14:55:59下载
- 积分:1
-
EXTI_Configuration(void)
STM32F103C8T6自编简单中断程序,以及中断优先级,每行代码都有中文注释,十分好理解(void EXTI_Configuration(void)
{
EXTI_InitTypeDef EXTI_InitStructure
EXTI_ClearITPendingBit(EXTI_Line8)
GPIO_EXTILineConfig(GPIO_PortSourceGPIOB, GPIO_PinSource8)
EXTI_InitStructure.EXTI_Line EXTI_Line8
EXTI_InitStructure.EXTI_Mode EXTI_Mode_Interrupt
EXTI_InitStructure.EXTI_Trigger EXTI_Trigger_Falling
EXTI_InitStructure.EXTI_LineCmd ENABLE
EXTI_Init(&EXTI_InitStructure)
})
- 2017-01-02 12:45:52下载
- 积分:1