FRDM93 IMX9352 P11(GPIO_IO00 to GPIO_IO29) under linux control How can I keep off under linux?

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

FRDM93 IMX9352 P11(GPIO_IO00 to GPIO_IO29) under linux control How can I keep off under linux?

96件の閲覧回数
Gutenberg-coder
Contributor I

Hi, I'm using FRDM93 , I want to free pin of P11 (GPIO_IO00 to GPIO_IO29) from linux to use them with core M33 and to initializate them by my C code. I'm using the file imx93-11x11-frdm.dtb and image LF_v6.6.36-2.1.0_images_FRDM_4.0_IMX9. I tried with file dtbo, but without success.How can I do ?

ラベル(3)
0 件の賞賛
返信
1 返信

46件の閲覧回数
danielchen
NXP TechSupport
NXP TechSupport

Hi @Gutenberg-coder 

 

You can let the M33 own the P11 header pins (GPIO_IO00...GPIO_IO29) , you need to

1. stop Linux from touching those pads (disable any Linux drivers/pinctl groups that use them)

2. Make sure M33 has permission to the IOMUXC/GPIO blocks (TRDC settings)

3 Mux and initialize from M33 C code.

 

 

Regards

Daniel

0 件の賞賛
返信