Settings | Sign in | Sign up

There are currently 3 posts.

入手三块蓝色的RK3308B开发板

Floor 42 巨大八爪鱼 8/3/26 19:03
GPIO3_B2和GPIO3_B5分别连接两片PCA9555芯片的INT引脚。
当芯片INT输出低电平时,万用表量出来是2.9V。
断开RK3308的GPIO与芯片INT引脚的连接,当芯片INT输出低电平时,万用表量出来是0V。
这导致了GPIO3_B2和B5上的INT线无法触发中断,因为低电平是2.9V。
但GPIO3_B4没有这个问题。不管连不连芯片,低电平都是0V。

尝试修改:
(1)修改vccio_flash里面的regulator-min-microvolt和regulator-max-microvolt,将1800000改成3300000。
(2)将&spi1设为status = "disabled"。
均未解决问题。低电平电压只降低到了2.5V。
巨大八爪鱼 8/3/26 19:04
查看设备树中配置的电压值:
od -tu4 --endian=big /sys/firmware/devicetree/base/vccio-flash/regulator-min-microvolt
od -tu4 --endian=big /sys/firmware/devicetree/base/vccio-flash/regulator-max-microvolt
检查&spi1是否为disabled:
cat /sys/firmware/devicetree/base/spi@ff130000/status
巨大八爪鱼 8/3/26 19:27
先暂时用GPIO2_B1和GPIO2_B2代替,这两个GPIO管脚没有问题。

Content converter:

Reply the post
Content:
User: You are currently anonymous.
Captcha:
Unclear? Try another one.