-
- 2022-03-16 21:08:45下载
- 积分:1
-
arm uart异步通信串口实现
/****************************************Copyright (c)****************************************************
** Guangzhou ZHIYUAN electronics Co.,LTD.
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-09-04 06:15:03下载
- 积分:1
-
freescale芯片9s12dp256的示例程序,实现一些芯片基本功能,详见包内说明,适合初学者...
freescale芯片9s12dp256的示例程序,实现一些芯片基本功能,详见包内说明,适合初学者-Freescale chips 9s12dp256 sample procedure realize some of the basic functions of the chip, as detailed in note package, suitable for beginners
- 2022-04-17 16:02:38下载
- 积分: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
-
rtc under s3c2410ads testing procedures, including the startup code
s3c2410ads下rtc的测试程序,包含启动代码-rtc under s3c2410ads testing procedures, including the startup code
- 2022-03-03 21:15:56下载
- 积分:1
-
基于三星的44b0或2410微处理器的中断控制程序
基于三星的44b0或2410微处理器的中断控制程序-Based on Samsung
- 2022-07-19 00:28:56下载
- 积分:1
-
the freescale zigbee chip which can download it program to test RF performance
飞思卡尔zigbee芯片可以下载它的程序来测试射频性能
- 2022-03-15 03:03:08下载
- 积分:1
-
基于芯片MC9S12DG128 开发的CAN测试程序
基于芯片MC9S12DG128 开发的CAN测试程序-MC9S12DG128 the development of chip-based test procedure CAN
- 2023-04-18 22:20:03下载
- 积分:1
-
是三星的S3C4510开发板的使用文挡,有详细的设计资料,很好。...
是三星的S3C4510开发板的使用文挡,有详细的设计资料,很好。-is Samsung"s S3C4510 development board block the use of text, a detailed design information, very good.
- 2022-11-04 18:20:03下载
- 积分:1
-
s3c44b0开发板tftp调试代码,芯片rtl8019,ads调试通过
s3c44b0开发板tftp调试代码,芯片rtl8019,ads调试通过-s3c44b0 Development Board tftp debugging code, chip rtl8019, debugging through ads
- 2022-04-17 05:57:33下载
- 积分:1