-
刚学ARM9 Linux LCD 开发的朋友,不妨试下这个例子,对你学习有帮助,测OK
刚学ARM9 Linux LCD 开发的朋友,不妨试下这个例子,对你学习有帮助,测OK-ARM9 Linux LCD just learning to develop friends, may wish to try this next example, you have to learn to help test OK
- 2022-05-24 12:58:18下载
- 积分:1
-
uboot Bootload good information! Week Ligong companies out! Feel good!
uboot很好的bootload资料!周立功公司出的!感觉不错!-uboot Bootload good information! Week Ligong companies out! Feel good!
- 2022-01-25 15:29:15下载
- 积分:1
-
ti公司的tms320f2812ppt培训学习。很好的东西哦。宝典
ti公司的tms320f2812ppt培训学习。很好的东西哦。宝典 -ti
- 2022-05-29 12:10:15下载
- 积分:1
-
S3C4510 simulator and examples of source installation ADS1.2, followed by the in...
S3C4510模拟器及实例源码
安装ADS1.2之后,再安装模拟器。模拟器安装路径必须选择到ADS的bin目录,所以必须先安装ADS。安装模拟器时请仔细阅读提示文字。
模拟器安装完成后,会在桌面建立快捷图标S3C4510B_Board,运行这个快捷图标可以看到开发板的图形,在AXD启动后将可以在S3C4510B_Board上面看到效果。
模拟器安装完成后,还会建立文件夹 C:ArmEmulate,桌面快捷图标S3C4510B_Board 就是指向这里。这个文件夹下有5个子文件夹,分别是:
1. C:ArmEmulateGPIO , 这个文件夹里是GPIO的程序例子。
2. C:ArmEmulateInclude, 这个文件夹里只有一个头文件S3C4510B.h,包含S3C4510B寄存器的定义。
3. C:ArmEmulatemake, 这个文件夹里是gnu 的make工具包,所有的程序都是用makefile管理的,没有工程文件。
4. C:ArmEmulateTIMER,这个文件夹里是TIMER的程序例子。
5. C:ArmEmulateUCOSIITest,这个文件夹里是UCOSII的程序例子,如果想了解UCOS的运行过程,可以使用这个例子单步运行,查看程序流程和内存,变量。
在程序例子文件夹中还有一个ads12.bat批处理文件,用于使用makefile时设置临时环境变量。
具体使用过程,请看C:ArmEmulateReadme.txt。
-S3C4510 simulator and examples of source installation ADS1.2, followed by the installation of simulators. Simulator installation path must choose to ADS bin directory, you must have the ADS. When installed simulator carefully reading the text. Simulator installation is completed, the speedy establishment of the desktop icon S3C4510B_Board. to
- 2022-10-31 09:10:03下载
- 积分:1
-
CANopennode stm32 ds301
应用背景CANopenNode is an opensource CANopen Stack.
CANopen is the internationally standardized (EN 50325-4) CAN-based higher-layer protocol for embedded control system. For more information on CANopen see http://www.can-cia.org/
Stack is written in ANSI C in object-oriented way. Code is documented. License is LGPL. It includes Example for CANopen Input/Output device and simple CANopen master.
Variables (communication, device, custom) are ordered in CANopen object dictionary and are accessible from both: C code and from CAN network.
Code includes:
- CANopen Stack for multiple microcontrollers with documenation.
- Working examples of simple Input Output CANopen device for all microcontrolers.
- Working CANopen master device with HTML interface to CANopen: CAN log, Emergency log, SDO master, NMT master, Custom CAN message. (It
- 2022-01-25 20:59:14下载
- 积分:1
-
STM32开发板之MP3程序
/*Includes----------------------------------*/
#include"stm32f10x_lib.h" //包含所用的头文件
#include
#include"vs1003.h"
#include"spi.h"
//---------------------函数的声明---------------------------
void Delay_Ms(u16 time);
void RCC_Configuration(void);
void GPIO_Configuration(void);
- 2022-01-23 11:23:12下载
- 积分:1
-
AT91SAM7S_usart底层控制程序,希望对大家有 帮助
AT91SAM7S_usart底层控制程序,希望对大家有 帮助-AT91SAM7S_usart the bottom of control procedures, and they hope to help everyone
- 2022-02-15 04:13:57下载
- 积分:1
-
基于博创实验箱9个实验源代码。
基于博创实验箱9个实验源代码。-Bo Chong-based experimental boxes nine experiments source code.
- 2022-02-25 16:28:47下载
- 积分:1
-
44b0x the latest BIOS integrity of the source code, certification
44b0x的最新BIOS完整源代码,已验证-44b0x the latest BIOS integrity of the source code, certification
- 2023-07-07 08:15:03下载
- 积分:1
-
基站定位
应用背景嵌入式开发应用中,可以进行基站定位,实现室内外比较准确的定位,可以通过串口收发AT指令,以短信的形式返回位置信息,实现和上位机的通讯。关键技术本程序的主要功能是:
一、发送短信读取基站定位信息
发送dw,则会收到"430D","03FD"类似的基站定位信息
二通过AT指令进行调试
- 2023-01-29 10:00:03下载
- 积分:1