i.MX93 Multicore flexio

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

i.MX93 Multicore flexio

ソリューションへジャンプ
587件の閲覧回数
NZP
Contributor III

Hello experts,

I am working on i.mx93 in which cortex-a55 is running Linux, here at cortex-m33 side I want to use flexio moules as felxio-pin (as gpio to toggle one pin), so for that I am using flexio_pin_led_output example code from this SDK_2_14_2_MIMX9352xxxxM. But after reading readme.txt file I found below things.

 

Note
Please run the application in Low Power boot mode (without Linux BSP).
The IP module resource of the application is also used by Linux BSP.
Or, run with Single Boot mode by changing Linux BSP to avoid resource
conflict.

 

1. In Linux dts file I have not enabled any flexio related node, so my query is that is it safe to access flexio at cortex-m33 side?

2. Here I am worrying because readme.txt file denotes that The IP module resource of the application is also used by Linux BSP. but I am not able to find where it is.

3. In nutshell my task is to safely access flexio from cortex-m33 side.

PS: I am referring imx93-11x11-evk.dts file that I have attached below.

 

 

0 件の賞賛
1 解決策
535件の閲覧回数
JosephAtNXP
NXP TechSupport
NXP TechSupport

Hi,

1. I do.

2. It is.

Regards

元の投稿で解決策を見る

3 返答(返信)
559件の閲覧回数
JosephAtNXP
NXP TechSupport
NXP TechSupport

Hi,

Thank you for your interest in NXP Semiconductor products,

Confirmed, could not find any usage of MX93_PAD_GPIO_IO04__X in imx93-11x11-evk.dts.

But it's found under lpuart and aud-hat demos, consider looking at any DTS before using the flexio_pin_led_output.c demo.

Regards

544件の閲覧回数
NZP
Contributor III

Hi josephlinares

Thanks for your comments,

1. Here do you mean to say that I should take care about the flexio-gpio pin which must not be used in cortex-A55 Linux dts file right?

2. And if not present in dts file than it is safe to access flexio-gpio pin from cortex-M33 core, is it true?

0 件の賞賛
536件の閲覧回数
JosephAtNXP
NXP TechSupport
NXP TechSupport

Hi,

1. I do.

2. It is.

Regards