-
s3c4510网络驱动程序
s3c4510网络驱动程序-s3c4510 network driver
- 2022-06-30 12:07:20下载
- 积分:1
-
基于EasyARM1138的光标修动修改程序
基于EasyARM1138的光标修动修改程序-Based on revised EasyARM1138 cursor moving an amendment to the procedure
- 2022-04-23 18:24:01下载
- 积分:1
-
关于手臂结构,文档,如何开发手臂的信息
ARM体系结构资料文档,如何开发ARM的步骤和方法。-Information on ARM architecture, documents, how to develop ARM-steps and methods.
- 2022-02-13 20:57:43下载
- 积分:1
-
在ARM中的ADS软件实现一个滤波器,教学使用
在ARM中的ADS软件实现一个滤波器,教学使用-At ARM" s ADS software implementation of a filter, teaching the use of
- 2022-03-02 01:41:22下载
- 积分:1
-
arm7easyarm测试程序,包括所有部分,在ads下使用。
arm7easyarm测试程序,包括所有部分,在ads下使用。-arm7easyarm testing procedures, including all parts, the use of the ads.
- 2023-01-27 15:10:03下载
- 积分:1
-
傅里叶变换算法
电力行业中,交流模拟量采样傅里叶变换算法。可以有效滤除谐波,加快算法的计算时间。在电力行业中,电流、电压等交流量采集上来后,根据每周期的采样点的值,即可获得电流、电压、频率、有功功率、无功功率、实在功率和功率因数,以及各次谐波的相角,并且计算精度很高,抗干扰能力强。极大方便了软件开发人员的工作。
- 2022-06-12 13:16:34下载
- 积分:1
-
ARM开发的指导用书,对你有帮助
ARM开发的指导用书,对你有帮助-ARM with the guidance, to help you
- 2022-04-15 06:10:42下载
- 积分: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
-
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
-
三星公司ARM 44B0启动程序
主要是看明白.s汇编部份的中断跳转...
三星公司ARM 44B0启动程序
主要是看明白.s汇编部份的中断跳转-Samsung ARM 44B0 commencement of the proceedings is to see to understand. S compilation of some of the interruption Jump
- 2022-02-26 20:46:58下载
- 积分:1