-
ARM开发方案介绍让初学者初步了解ARM开发的一些方案,入门的好材料...
ARM开发方案介绍让初学者初步了解ARM开发的一些方案,入门的好材料-ARM development program for beginners on a preliminary understanding of the development of the ARM program, the entry of good material
- 2023-08-21 18:15:04下载
- 积分:1
-
DSP28335 SCI
应用背景Dsp28335 的寄存器设置等等, 与上位机进行通信。 有助于初学28335的本科生,研究生。 也有助于工程技术开发人员进行二次开发关键技术
#include "DSP28x_Project.h"// Device Headerfile and Examples Include File
interrupt void scibTxFifoIsr(void);//fifo发送中断函数
interrupt void scibRxFifoIsr(void);//fifo接收中断函数
void scib_fifo_init(void);//scib fifo模式 初始化函数
char buffer [100];//数据缓冲数组
void main(void)
{
Uint16 i;
InitSysCtrl();//系统时钟等初始化
InitSciGpio();//sci端口初始化
DINT; //关掉中断
InitPieCtrl(); //pie模块初始化
IER = 0x0000;//关cpu中断
IFR = 0x0000;//清cpu中断标志
- 2022-01-25 23:28:42下载
- 积分:1
-
stm32 16路AD采集程序
应用背景通过dma控制来读取ad信号,在很多传感器应用方面都能用到,比如压力传感器读取,温度读取等等而且用起来也十分方便。希望能帮助大家。关键技术读取ad信号,dma读取,嵌入式开发,不是位操作,看起来通俗易懂,而且开发容易,还包括一些其他信号的读取,如超声波,气压计,加速度计等等。
- 2022-08-08 00:23:00下载
- 积分:1
-
us3c44b0 ADS开发环境,tftp下载,通过网口下载代码,然后显示下载文件的字节数...
us3c44b0 ADS开发环境,tftp下载,通过网口下载代码,然后显示下载文件的字节数-us3c44b0 ADS development environment, tftp downloaded through the net I downloaded code, and then download files show the number of bytes
- 2022-11-23 07:35:03下载
- 积分:1
-
本原码主要介绍了如何在三星S3C44B0X上开发显示电路的底层编程。...
本原码主要介绍了如何在三星S3C44B0X上开发显示电路的底层编程。-major described how the Samsung S3C44B0X show circuit developed the underlying programming.
- 2022-03-26 08:49:06下载
- 积分:1
-
at91系列arm微控制器的实现
at91系列arm微控制器的实现-arm Itanium series of microcontrollers achieve
- 2022-03-10 11:14:19下载
- 积分:1
-
TI DM648 DMA配置源代码,可以下接下到板子上,非常不错
TI DM648 DMA配置源代码,可以下接下到板子上,非常不错-TI DM648 DMA configuration source code, you can take to the board on the next, very good
- 2023-02-01 17:35: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
-
2410完整的原测试代码(按照功能…
2410完整的原测试代码(按照功能目录分开,学习起来比较容易)
- 2022-08-22 08:59:56下载
- 积分:1
-
ARM basic knowledge, I have just found. And the U.S. share of
ARM基础知识,我刚找到的。
和大家共同分享下-ARM basic knowledge, I have just found. And the U.S. share of
- 2022-04-30 04:14:12下载
- 积分:1