请问TI的工程师我想知道AM5708的gpio最大能接受的下降沿触发频率是多少,能在哪里查阅相关资料呢?谢谢。
Shine:
在TRM上有interrupt latency的说明。
27.4.2.1 Synchronous Path: Interrupt Request Generation
www.ti.com/…/spruhz7i.pdf
Minister:
回复 Shine:
This latency must not exceed three internally gated interface clock cycles plus two interface clock cycles when the debounce feature is not used.
这里所指的三个内部门控接口时钟周期加上两个接口时钟周期具体是什么呢,时间大约是多少纳秒
Minister:
回复 Shine:
因为我测试发现使用500KHZ的时候,gpio中断有出现丢失的情况
Shine:
回复 Minister:
500KHz这个频率不快,如果丢中断的话,是不是中断子程序里做了复杂的处理,中断子程序只做个计数试试看是否还丢中断?
Minister:
回复 Shine:
你好,我中段服务函数里面只加了计数
Shine:
回复 Minister:
再把频率降低还会出现丢中断吗?