资源简介
DSP28335经典led控制,主程序,配套头文件直接可用
代码片段和文件信息
#include “DSP2833x_Device.h“ // DSP2833x Headerfile Include File
#include “DSP2833x_Examples.h“ // DSP2833x Examples Include File
#define LedReg (*((volatile Uint16 *)0x41FF))
Uint16 *ExRamStart = (Uint16 *)0x100000;
//interrupt void ISRTimer0(void);
Uint16 LedTable[8]={0x7F0xBF0xDF0xEF0xF70xFB0xFD0xFE};
Uint16 i;
void main(void)
{
// Step 1. Initialize System Control:
// PLL WatchDog enable Peripheral Clocks
// This example function is found in the DSP2833x_SysCtrl.c file.
InitSysCtrl();
// Step 2. Initalize GPIO:
// This example function is found in the DSP2833x_Gpio.c file and
// illustrates how to set the GPIO to it‘s default state.
// InitGpio(); // Skipped for this example
InitXintf16Gpio(); //zq
// Step 3. Clear all interru
- 上一篇:GetSpc.rar
- 下一篇:DS18B20测温52单片机控制半导体制冷片温度
相关资源
- UCOS II 移植到DSP 28335工程文件.rar
- SCI串口通信例程 FIFO+中断
- 28335控制直流电机程序
- DSP28335的I2C源码
- 基于TMS320F28335的开关电源模块并联供
- dsp28335串口中断实验
- 28335 PWM触发AD程序
- 28335:SPI读取传感数据-CAN传送
- TMS320F28335和F2812原理图库和PCB库文件(
- dsp28335串口通信程序
- DSP28335上的UCOSII移植加canopen应用
- F28335 eCan test
- TMS320F28335和F2812原理图库和PCB库文件(
- dsp28335 中断程序
- 28335数码管代码
- 单相逆变程序spwm,基于DSP28335带闭环
- F28335开发板原理图及封装库
- TMS320F28335和F2812原理图库和PCB库文件(
- TMS320F28335和F2812原理图库和PCB库文件(
- TMS320F28335和F2812原理图库和PCB库文件(
- TMS320F28335的uC-OSⅡ移植
- 研旭科技DSP F28335 至尊板原理图
- dsp28335例程 pwm
- 28335中文资料
- DSP28335上的UCOS2移植,测试通过
- TMS320F28335库文件
- DC-DC变换器的DSP28335控制程序,采样
- TMS320F28335和F2812原理图库和PCB库文件(
评论
共有 条评论