How to reconfig the Pin?

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

How to reconfig the Pin?

ソリューションへジャンプ
1,012件の閲覧回数
jx111
Contributor I

I'm using S32k118。I set PTA3 as a TXD pin used for LIN, but I want to reconfig the PTA3 pin as a GPIO. I use the "PINS_DRV_Init(1, g_pin_mux_PTA3)" to config the PTA3 pin, but it didn't work and occurs the problem. How to reconfig the pin?

0 件の賞賛
返信
1 解決策
1,007件の閲覧回数
PetrS
NXP TechSupport
NXP TechSupport

Hi,

use functions PINS_DRV_SetMuxModeSel(), PINS_DRV_SetPinDirection() and other for reading/writing pin as per need.

BR, Petr

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,008件の閲覧回数
PetrS
NXP TechSupport
NXP TechSupport

Hi,

use functions PINS_DRV_SetMuxModeSel(), PINS_DRV_SetPinDirection() and other for reading/writing pin as per need.

BR, Petr

0 件の賞賛
返信