1. 首页
  2. 编程语言
  3. C
  4. dsp串行口调试程序

dsp串行口调试程序

上传者: 2020-07-25 13:18:56上传 C文件 3.75KB 热度 23次
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
用户评论