-
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
-
mini2440 的开发板学习手册。可以帮助尽快学习
mini2440 的开发板学习手册。可以帮助尽快学习-mini2440 的开发板学习手册。可以帮助尽快学
- 2022-01-26 08:24:29下载
- 积分:1
-
万龙44B0,USB实验代码,与PC连接,实现PC与开发板的通讯,各位使用USB开发有不少的帮助...
万龙44B0,USB实验代码,与PC连接,实现PC与开发板的通讯,各位使用USB开发有不少的帮助-- 44B0 10000, USB experimental code, and PC Connection, PC and communications development board, you use USB development with the help of a lot! !
- 2022-06-03 17:48:25下载
- 积分:1
-
SMALL RTOS是为小ram系统单片机编写的,目前仅在51系列单片机上成功运行,还没有在其它单片机上移植(目前我仅有51和avr的开发系统).在小ram系统...
SMALL RTOS是为小ram系统单片机编写的,目前仅在51系列单片机上成功运行,还没有在其它单片机上移植(目前我仅有51和avr的开发系统).在小ram系统单片机如51系列上运行tcp/ip 协议栈是不太现实的.一般tcp/ip 协议栈需要在32位单片机上运行,在8位机上运行太勉强(51是8位机),除非您只运行ip协议.建议使用ucos/ii操作系统或是嵌入式linux,并选用arm或龙珠系列单片机-SMALL RTOS for small microcontrollers ram system, written in 51 series of microcontrollers currently only on the successful operation, no other MCU on the transplant (currently I am only 51 and avr development system). In the small ram System-on- machines such as the 51 series of films running on tcp/ip protocol stack is not very realistic. General tcp/ip protocol stack need to run 32-bit microcontrollers in the 8-bit machine running Taimian Jiang (51 is the 8-bit machine), unless you run only ip protocol is suggested. ucos/ii operating system or embedded linux, and use arm or Pearl Series MCU ..
- 2022-07-15 10:32:03下载
- 积分:1
-
samsungs3c4510doc development board is the user manual is very good
samsungs3c4510doc 是其开发板的使用手册,非常好-samsungs3c4510doc development board is the user manual is very good
- 2023-02-26 22:40:03下载
- 积分:1
-
总线车可以包括通信和通信程序…
大巴车整车控制器程序
包括CAN通讯,与发动机ECU通信
基于PowerPC-bus TRUCK CAN controller procedures including communications, and communications engine ECU based on PowerPC
- 2022-02-21 17:09:41下载
- 积分:1
-
stm32 示波器程序
资源描述本程序是基于STM32 F103的程序,模拟示波器,可以在上面显示所采集的数据,可以方便供stm32的初学者,起到借鉴的作用。程序的算法比较简单易懂。
- 2022-03-18 15:56:00下载
- 积分:1
-
LPC1788,GPIO 中断
本示例描述如何使用 GPIO 中断功能。
本例中用来测试 GPIO 中断函数
- 2022-01-26 00:43:00下载
- 积分:1
-
STM32F103 RTC 日期程序驱动
STM32F103 RTC 日期程序驱动
#include "rtc.h"
const DateTimeType MinDateTime = {
10, 1, 1, 0, 0, 0
};
const DateTimeType MaxDateTime = {
99, 12, 31, 23, 59, 59
};
- 2022-06-12 03:47:39下载
- 积分:1
-
意法半导体ARM7 STR710 + DM9000A的TCP / IP的实现
意法半导体ARM7 STR710+DM9000A的TCP/IP实现-STMicroelectronics ARM7 STR710+ DM9000A the TCP/IP to achieve
- 2022-04-20 23:24:50下载
- 积分:1