-
基于44B03的LCD驱动
基于44B03的LCD驱动-based on the LCD driver 44B03
- 2022-04-20 05:47:23下载
- 积分:1
-
三星公司的S3C44B0X开发板的配套光盘的FLASH实验源程序
三星公司的S3C44B0X开发板的配套光盘的FLASH实验源程序-Samsung"s development board S3C44B0X matching CD FLASH experimental source
- 2022-07-21 12:01:42下载
- 积分:1
-
STM32 开发板例子:RTC.
开发环境:Keil For ARM
STM32 开发板例子:RTC.
开发环境:Keil For ARM-STM32 development board example: RTC. Development Environment: Keil For ARM
- 2022-03-07 09:12:01下载
- 积分:1
-
国外LPC2000系列的一些源程序,请大家快快下载
国外LPC2000系列的一些源程序,请大家快快下载-LPC2000 series of some foreign source, please download the U.S. as soon as possible
- 2022-03-22 10:14:04下载
- 积分:1
-
一个VC写A*寻路的程序库,可以给你演示各种算法的快慢,优劣,作者超级强悍,一定要看!要用VC6.0编译才行~...
一个VC写A*寻路的程序库,可以给你演示各种算法的快慢,优劣,作者超级强悍,一定要看!要用VC6.0编译才行~-A* to write a VC routing procedure library can give you the speed of presentation of various algorithms, advantages and disadvantages, the author super tough, it depends! VC6.0 compiler should do ~
- 2022-07-24 19:00:17下载
- 积分:1
-
简易的EASYARM1138蜂鸣器发声程序
简易的EASYARM1138蜂鸣器发声程序-Easy EASYARM1138 buzzer sound procedures for
- 2022-03-28 11:31:50下载
- 积分:1
-
ADS在线调试接口for wiggler.rar是一个完整的arm 调试工具包,是学习arm的一个很好的简易调试工具。...
ADS在线调试接口for wiggler.rar是一个完整的arm 调试工具包,是学习arm的一个很好的简易调试工具。-ADS online interface for debugging wiggler.rar is a complete arm debugging tool kit, learning arm is a good summary debugging tools.
- 2022-03-11 00:49:59下载
- 积分:1
-
Cortex
STM32是以Cortex-M3为核的处理器,该例程介绍STM32下如何对备份寄存器进行操作。备份寄存器可用电池来供电。-Cortex-M3 based STM32-core processor for the routine introduction STM32 how to operate on the backup register. Register can be used to backup battery power supply.
- 2022-02-01 19:36:03下载
- 积分:1
-
周立功 GUI在ucosii上的应用,内含源码及说明文档
周立功 GUI在ucosii上的应用,内含源码及说明文档-weeks ucosii meritorious GUI in the application includes source code and documentation
- 2022-01-25 20:00:19下载
- 积分:1
-
ILI9320驱动程序
资源描述/* Includes ------------------------------------------------------------------*/
#include "ili9320.h"
#include "stm32f10x_lib.h"
#include "hardware.h"
#define jiedi_red_on {ili9320_Clear(BROWN);}
#define jiedi_green_on {ili9320_Clear(BROWN);}
/* Private typedef -----------------------------------------------------------*/
/* Private define ------------------------------------------------------------*/
/* Private macro -------------------------------------------------------------*/
/* Private variables ---------------------------------------------------------*/
static vu32 TimingDelay = 0;
GPIO_InitTypeDef GPIO_InitStructure;
ErrorStatus HSEStartUpStatus;
extern u8 gImage_11[];
/* Private function prototypes -----------------------------------------------*/
void RCC_Configuration(void);
void Int
- 2022-01-27 23:30:59下载
- 积分:1