当941的GPIO1设置为input,948的GPIO1设置为remote output,可实现GPIO的透传。
请问下,是不是必须 941_GPIO1===948_GPIO1、941_GPIO2===948_GPIO2.......这样一一对应?
可不可以配置成交叉的方式:941_GPIO1===948_GPIO2 这样?
Thanks!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
当941的GPIO1设置为input,948的GPIO1设置为remote output,可实现GPIO的透传。
请问下,是不是必须 941_GPIO1===948_GPIO1、941_GPIO2===948_GPIO2.......这样一一对应?
可不可以配置成交叉的方式:941_GPIO1===948_GPIO2 这样?
Thanks!
您好,94x系列的GPIOx是固定的,所以只能是GPIO1->GPIO1, GPIO2->GPIO2这种一一对应的关系。
类似GPIO mapping的问题,您可以参考: