文件名称:dsp串行口调试程序
文件大小:4KB
文件格式:C
更新时间:2012-06-12 14:09:52
串行口
interrupt void
c_int6(void)
{
/*Receive data and save in data_buffer.*/
reg_data = DEC6713_cpld_rget(DEC6713_INTSTAT_REG);
// Receive UARTb data
if((reg_data & 0x60) == 0x40)
{
TempData = UART_rget(UARTB_Handle,UART_LSR);
if((TempData&0x01) == 0x01)
{
for(i=0;i