-
彩色OLED,stm32f10x
彩色OLED,stm32f10x. 实现画点,画圆形.暂无字库.lcd led oled液晶显示驱动程序
- 2022-02-03 10:22:53下载
- 积分:1
-
三星S3C2440处理器相机控制器驱动程序
三星S3C2440处理器的Camera控制器驱动-Samsung S3C2440 processor Camera Controller Driver
- 2023-06-13 15:25:03下载
- 积分:1
-
臂结构参考手册
ARM Architecture Reference Manual
- 2022-07-22 02:44:55下载
- 积分:1
-
MBED离线编译
stm32L053的nucleo基于KEIL的离线mbed编译,可以调试下载。
- 2022-03-13 18:39:57下载
- 积分:1
-
教你如何使用上s3c2410的cache功能,很详细
教你如何使用上s3c2410的cache功能,很详细-Teach you how to use the cache on the S3C2410 features, in great detail
- 2022-01-25 14:23:31下载
- 积分:1
-
博创UP
博创UP-NETARM2410-S实验箱源码:Exp4 电机转动控制实验-Fiberxon UP-NETARM2410-S experimental box source: Exp4 motor rotation control experiment
- 2022-12-01 18:00:03下载
- 积分:1
-
ALPOS操作系统 arm9
ALPOS操作系统适用于高效低资源占用的中小型应用环境的事务处理,外设管理以及CPU、中断、内存管理的需求,具有标准化的模块程序组织,同时也能够适合小型应用环境对功能扩展的需求,并且具备文件系统支持,可以帮助用户实现更丰富易用的应用功能。ALPOS支持单任务
- 2022-04-22 10:18:44下载
- 积分:1
-
matlabghdsp
MATLAB程序,用于dsp编程软件仿真,信号的产生,fft变换-MATLABghdsp
- 2022-01-22 04:13:59下载
- 积分:1
-
这是关于fpga为控制芯片的硬件设计资料,可以了解到fpga设计的特点...
这是关于fpga为控制芯片的硬件设计资料,可以了解到fpga设计的特点-they simply this is for the control of the hardware chip design information, we can see that they simply design features
- 2022-11-14 15:30:04下载
- 积分: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