-
uCOS-EB55
μC/OS-II在AT91M55800A上的移植代码,包括标准C和ARM汇编语言,集成开发环境ADS,仿真器FFT-ICE,评估板为ATMEL公司的EB55.( C/OS-II in the transplant AT91M55800A code, including the standard C and the ARM assembly language, integrated development environment ADS, simulator FFT- ICE, the board of the company ATMEL EB55.)
- 2005-01-08 11:30:14下载
- 积分:1
-
ZLG_ARM7_Drivers_and_Sources
周立功ARM7试验箱,基于ucLINUX试验的所有源代码。(Zhou Ligong ARM7 chamber, based on the test ucLINUX all the source code.)
- 2007-12-14 21:32:32下载
- 积分:1
-
STM32F103C8T6-I0_LED
STM32F103C8T6 IO口操作,初学流水灯例子(STM32F103C8T6 IO port operations, beginner water lights example)
- 2021-03-19 15:59:19下载
- 积分:1
-
i2c_demo
NuttX I2C demo代码,基于Atmel SAMV71 XPlained Pro平台,NuttX内核版本V7.23(I2C demo source code for NuttX RTOS based-on Atmel SAMV71 XPlained Pro, NuttX kernel version was 7.23)
- 2018-03-03 09:39:48下载
- 积分:1
-
LPC213X214X
深入浅出LPC213X214X上下册.rar
深入浅出LPC213X214X上下册.rar
- 2009-02-21 22:26:11下载
- 积分:1
-
cortex-m3
cortex-M3技术手册、开发手册、开发指南、超级指南及stm32f10x固件库的参考手册(中文)
格式:pdf(cortex-M3 technical manuals, development of manuals, development guidelines, super guides and stm32f10x firmware library reference manual (Chinese)
Format: pdf)
- 2013-09-17 23:21:25下载
- 积分:1
-
MKE06P80M48SF0RM
freescale KE系列中文使用手册,适合新手和英语不善长者使用。(Freescale KEXX Chinese manual, suitable for beginners and poor English elders use.)
- 2016-05-16 15:19:37下载
- 积分:1
-
ATMEGA48-huanseqi
舞台换色器的控制程序。包括DMX512信号接收,光栅检测位移、控制直流电机加速、减速等功能。(The stage for color control program. Including DMX512 signal receiving, grating displacement detection, control of DC motor acceleration, deceleration and other functions.)
- 2011-07-02 11:38:10下载
- 积分:1
-
2
说明: ARM启动代码的具体分析2,关于向量中断与非向量中断的理解,里面有机体例子(ARM startup code of the specific analysis of two, with regard to interrupt vector and non vector interrupts understanding, examples of which organisms)
- 2009-10-24 09:17:23下载
- 积分: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