Navigation

    全志在线开发者论坛

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • 在线文档
    • 社区主页
    1. Home
    2. lemontree
    L
    • Profile
    • Following 0
    • Followers 0
    • my integral 128
    • Topics 1
    • Posts 3
    • Best 0
    • Groups 0

    lemontreeLV 2

    @lemontree

    128
    integral
    0
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    lemontree Unfollow Follow

    Latest posts made by lemontree

    • Reply: T113-i gpadc 使用 burst 模式不进中断

      @tivon GPADC 有个 “64 FIFO depth of data register”,burst 模式会顺序将数据存入这个 FIFO 里,比较快。

      posted in T Series
      L
      lemontree
    • Reply: T113-i gpadc 使用 burst 模式不进中断

      @tivon 手册里提到 GPADC 有三种模式:1. Single conversion mode, 2. Continuous conversion mode(驱动默认使用); 3. Burst conversion mode 。 Burst conversion mode 会快速将采集到的数据放入内置的 64 FIFO 当中。特点就是快。

      posted in T Series
      L
      lemontree
    • T113-i gpadc 使用 burst 模式不进中断

      设置为 ch0,burst 模式,FIFO_OVERRUN_IRQ_EN,在不 FIFO_FLUSH 的情况下,只进一次中断,CNT 为 0,之后就不再进中断了。测试 continue 模式 CH0_DATA_IRQ_EN 是工作正常的。求一个 gpadc burst 模式的参考代码。

      posted in T Series
      L
      lemontree