vsfteam / vsf

Versaloon Software Framework -- a tiny preemptive-capable event-driven incremental software framework for embedded systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aic8800里运行gpio demo出错

liangyongxiang opened this issue · comments

使用默认IAR工程,短接PA10和PB3引脚。

image

预期输出是

read pin value: 0x00000000
read pin value: 0x00000400
read pin value: 0x00000000
read pin value: 0x00000400
......

实际输出是:

read pin value: 0x00000000
read pin value: 0x00000000
read pin value: 0x00000400
read pin value: 0x00000000
read pin value: 0x00000400
......

AIC8800M的PB口是异步的,PA口是同步的,交互操作,可能会有时序问题。