-
使用BlueCore设备生产工具
Production Tools for use with Bluecore devices
- 2022-02-20 06:49:31下载
- 积分:1
-
Cortex
STM32是以Cortex-M3为核的处理器,该例程介绍STM32下对CAN操作的例子。CAN总线在嵌入式领域经常使用,特别是汽电子。-Cortex-M3 based STM32-core processor for the routine introduction of the CAN operating under STM32 example. CAN bus in the embedded area of frequently used, especially electronics steam.
- 2022-02-10 04:49:15下载
- 积分:1
-
LPC2104写的一个串口程序,可以帮助初学ARM的人。
LPC2104写的一个串口程序,可以帮助初学ARM的人。-LPC2104 write a serial program that can help novice ARM person.
- 2022-03-04 10:47:33下载
- 积分:1
-
LPC17XX LWIP
在这个端口-上的信息包括安装与使用指示、 基准、 内存要求和的详细信息,请转到www.lpcware.com 在单击在"项目"选项卡,然后点击"轻量级 IP (LWIP) 网络堆栈"的项目。
- 2022-04-23 06:03:40下载
- 积分:1
-
美国tern公司开发的嵌入式开发平台586E,配合paradigm c/c++集成开发环境,是x86嵌入式开发的典型的程序,对从事嵌入式开发具有重要的参考价值。...
美国tern公司开发的嵌入式开发平台586E,配合paradigm c/c++集成开发环境,是x86嵌入式开发的典型的程序,对从事嵌入式开发具有重要的参考价值。-Tern United States has developed an embedded development platform 586E, with the paradigm c/c++ Integrated development environment is a typical x86 embedded development procedures involved in embedded development is an important reference value.
- 2022-03-13 16:47:54下载
- 积分:1
-
利用51单片机实现数字信号频率周期测量,用LED数码管显示
利用51单片机实现数字信号频率周期测量,用LED数码管显示-The use of 51 single-chip digital signal frequency cycle measurement, digital control with LED display
- 2022-05-25 04:20:12下载
- 积分:1
-
优龙公司的FS4510开发板配套光盘中的示例程序,ADS编译环境
优龙公司的FS4510开发板配套光盘中的示例程序,ADS编译环境-the FS4510-board supporting the development of the sample disc procedures, ADS build environment
- 2022-11-23 09:50:03下载
- 积分:1
-
STM32触摸屏代码
ALIENTEK 战舰 STM32 开发板本身并没有触摸屏控制器,但是它支持触摸屏,可以通过外接带触摸屏的 LCD 模块(比如ALIENTEK TFTLCD 模块),来实现触摸屏控制。在本章中,我们将向大家介绍 STM32 控制 ALIENTKE TFTLCD 模块,使用软件模拟 SPI 来实现对 TFTLCD 模块的触摸屏控制,最终实现一个手写板的功能。
- 2023-04-11 13:45:03下载
- 积分:1
-
altera fpga ep3c25器件niosii处理器最小系统,已编译通过,可直接下载...
altera fpga ep3c25器件niosii处理器最小系统,已编译通过,可直接下载-altera fpga ep3c25 processor minimum system niosii device has been compiled through direct download
- 2022-07-24 12:17:35下载
- 积分: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