Share GPIO bank on i.MX7 (read-only)

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Share GPIO bank on i.MX7 (read-only)

297件の閲覧回数
rfet
Contributor I

Hi,

We would like to share a GPIO bank on i.MX7 between A7 (running on Linux) and M4 (running on FreeRTOS). Knowing that simultaneous writes on GPIOs (without a running RDC under Linux) could lead to collisions, we would write/read GPIOs with A7-core and only read GPIOs with M4-core.

Is there also potential for collision due to uncoordinated read-accesses on same GPIO-Bank?

Regards,
R. Frei

 

 

0 件の賞賛
1 返信

278件の閲覧回数
kef2
Senior Contributor IV

Only read accesses on one side should be enough, unless you are going to use GPIO interrupts on RO side. For interrupts you should disable whole GPIO peripheral on Linux side.

Regards,

Edward

0 件の賞賛