-
Keygen for Keil
Keygen for Keil-ARM ver 3.80
- 2022-01-21 04:34:25下载
- 积分:1
-
pci规范的v2.2版本,虽然可以在很多地方找到,但是这里好像没有....
pci规范的v2.2版本,虽然可以在很多地方找到,但是这里好像没有.-pci standard v2.2 version, although it may be found in many places, but not like here.
- 2022-09-06 19:20:03下载
- 积分:1
-
有关2812的一些文章,包括测频、数字滤波和采样等
有关2812的一些文章,包括测频、数字滤波和采样等-2812 relating to a number of articles, including frequency measurement, digital filtering and sampling, etc.
- 2023-02-03 11:10:04下载
- 积分:1
-
stm32串口发送例程
芯片是stm32f103,用串口1发送字符,用波特率115200,8位数据,无奇偶校验,无硬件流控制,
- 2022-03-26 11:44:51下载
- 积分:1
-
No. 2630
第2630篇-ARTX_CONFIG.C的中文注释
学习ARTX,了解系统的配置非常重要。我加上中文的注释希望能帮助大家的更快的了解ARTX_CONFIG.C的内容。 -No. 2630-ARTX_CONFIG.C notes to learn the Chinese ARTX, understand the system configuration is very important. I add comments in Chinese hope to help people understand faster ARTX_CONFIG.C content.
- 2023-09-07 13:25:02下载
- 积分:1
-
基于S3C44B0X的模型实验的IDE,PWM,USB,等领导的…对初学者…
基于S3C44B0X的模型可以实验IDE,PWM,USB等LED。。。。对于初学者来说,嵌入式系统非常有用。
- 2022-07-06 09:20:12下载
- 积分:1
-
对ARM Cortex
对ARM Cortex-m3系列芯片指令,异常和中断等进行了详细的描述,具有权威性,中文版的。-On the ARM Cortex-m3 series chip instructions, exceptions and interrupts etc. are described in detail, with authority, the Chinese version.
- 2022-01-25 20:25:00下载
- 积分:1
-
Platform: s3c44b0, description of the procedures, a simple flash read and write...
平台:s3c44b0,程序说明,简单的flash读写操作,适合新手阅读-Platform: s3c44b0, description of the procedures, a simple flash read and write operation, suitable for novice to read
- 2022-12-22 20:40:03下载
- 积分:1
-
飞思卡尔实验室代码
该文件包括飞思卡尔生产的MC9S12XS128 的基本实验程序,对于学习单片机的新手来说,具有一定的参考价值,该程序包含了I/O,AD,PWM,ECT,PIT,SPI,SCI,CAN,IIC等基本模块,是一个很好的资料。
- 2022-02-04 12:30:05下载
- 积分: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