智能车制作

标题: 蓝宙捕食者摄像头 [打印本页]

作者: 王子强    时间: 2015-1-31 17:22
标题: 蓝宙捕食者摄像头
函数如下:if(DMA_Over_Flg){
      DMA_Over_Flg=0;
      gpio_Interrupt_init(PORTD,5, GPI_UP, GPI_DISAB) ;            //场中断
      gpio_Interrupt_init(PORTD,4, GPI_DOWN, GPI_DISAB) ;          //行中断
      uart_putchar(0xff);
      for(Linecount = 0;Linecount < DATALINE; Linecount ++){
        for(Datacount = 0 ;Datacount < DATACOUNT ; Datacount ++){
          if(ADdata[Linecount][Datacount] == 0xff){
             ADdata[Linecount][Datacount] = 0xfe ;
          }
           uart_putchar(ADdata[Linecount][Datacount]);  
        }
      }
       gpio_Interrupt_init(PORTD,5, GPI_UP, GPI_INP_FALL) ;          //场中断

    }

DMA_Over_Flg不知为何一直为0啊,无法进入if函数。。。

作者: 徐亚涛    时间: 2015-2-1 08:58
检查一下你的采集程序
作者: 溯素。    时间: 2015-2-1 11:38
直接用例程下一下。你是已经移植了么?
作者: 你是小宝宝    时间: 2016-6-18 20:39
发现有点晚,中断进不去,例程有问题的。




欢迎光临 智能车制作 (http://dns.znczz.com/) Powered by Discuz! X3.2