• 大小: 8KB
    文件类型: .c
    金币: 1
    下载: 0 次
    发布日期: 2021-01-03
  • 语言: 其他
  • 标签: DSP  

资源简介

基于DSP5509A的低频信号源设计,主要实现了正弦波,三角波,方波等波形的产生,另外还添加了LCD12864关键词提示。

资源截图

代码片段和文件信息

/*   																		  */
/* this example is that the codec is controled by the I2C and Mcbsp    */
/*----------------------------------------------------------------------------*/
//CPU clk is: 144MHz
#include “codec.h“
#include “lcd12864.h“
//#include “delay.h“
/* Function/ISR prototypes */
interrupt void timer0Isr(void);
unsigned int uLED[10]={0x0db0x500x6b0x730x0f00x0b30x0bb0x510x0fb0x0f3};
char frequency[11]={0};//示波器显示频率
char frequency1[1]={0};//示波器显示幅度
Uint16 Buffer_cnt=0;
int Buffer[1024];
int KeyDownFlag=0;
int KeyDownCnt=0;
void main(void)
{    
    Uint16 aic23data = 0;
float phasewavewave1;
int keyboard_val;
int Volume=0; //Max Volume
int FreNo=0;
int pinlvVolume1;
i2c_status = 1;
play_mode=1;
lcd_init(); 
   disp_picture(face);

评论

共有 条评论