-
STEM_TOCH
在STM32上移植的STemWin图形操作界面,带触摸,可以直接使用(STM32 on the transplant STemWin graphics interface, with touch, you can directly use)
- 2016-10-02 16:39:37下载
- 积分:1
-
IS62WV12816BLL-SRAM-Board
IS62WV12816BLL SRAM 模組版的電路圖及相關資料,及STM32的Source Code(IS62WV12816BLL SRAM module version of the circuit diagrams and related information, and the STM32 Source Code)
- 2014-02-04 17:57:18下载
- 积分:1
-
MSP430_FIR
430汇编滤波器实例from 10Hz to 3990 Hz.(This code calls a Digital FIR High-pass Filter assembly function
"FIR_filter" and obtains the gain for frequency starting from 10Hz
to 3990 Hz. The filter coefficients conform with the LPF
specifications of Example 2 in the Application Report.)
- 2009-07-20 13:12:31下载
- 积分:1
-
12864-ST7290-F149
说明: 12864的驱动,收集后整理过,希望对你有帮助!(12864 driver, finishing off the collection, and they hope to help you!)
- 2009-08-20 22:10:59下载
- 积分:1
-
aMBAA2410_iari
aiji的s3c2410 lcd 源码实实例已经移植到iar ewarm v5.2
(real instance of aiji s3c2410 lcd source code has been ported to iar ewarm v5.2)
- 2012-07-26 15:47:33下载
- 积分:1
-
SPI
this code comprises of spi interfacing of aduc7026
- 2011-08-19 18:50:02下载
- 积分:1
-
msp432E401Y
基于TI公司的msp432E401Y的keil模板
可实现以太网的连接控制
为开发msp432E401Y提供帮助(Keil template based on msp432E401Y of TI company
Connection control of Ethernet
Help to develop msp432E401Y)
- 2020-06-19 21:20:02下载
- 积分:1
-
BEMF_App
三相无刷电机反电动势控制程序,瑞萨原厂出品(Three-phase brushless motor back EMF control procedures, Renesas factory produced)
- 2013-09-12 11:26:56下载
- 积分:1
-
2410(2)
三星公司生产的2410芯片,中文手册第2章(Samsung s chip production in 2410, Chinese Manual Chapter 2)
- 2007-12-13 14:30:48下载
- 积分: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