DSP论坛
直播中

邹言

未满1年用户 3经验值
擅长:可编程逻辑 电源/新能源 嵌入式技术 控制/MCU
私信 关注

关于dsp28335的串口通信与PWM发生波形的问题

error #10234-D: unresolved symbols remain

error #10010: errors encountered during linking; "Example24_DSP2833x_SCI_echoback.out" not built
main.c文件代码如下:

#include "DSP2833x_Device.h"     // DSP2833x Headerfile Include File
#include "DSP2833x_Examples.h"   // DSP2833x Examples Include File

#include "leds.h"
#include "time.h"
#include "uart.h"
#include "epwm.h"
void main()
{
//Uint16 ReceivedChar=0;
InitSysCtrl();
InitPieCtrl();
IER = 0x0000;
IFR = 0x0000;
InitPieVectTable();
LED_Init();
TIM0_Init(150,200000);//200ms
UARTa_Init(1152000);
send_init();
while(1)
{
send_data();
DELAY_US(1000);
}
}

更多回帖

发帖
×
20
完善资料,
赚取积分