Convert pwm function to Io out function

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

Convert pwm function to Io out function

892件の閲覧回数
seunghwan_jeon
Contributor II

What should I do when I set the function to PWM and change it to I/O whenever necessary and want to use it as a PWM function again?

タグ(1)
0 件の賞賛
返信
1 返信

881件の閲覧回数
Senlent
NXP TechSupport
NXP TechSupport

Hi@seunghwan_jeon

Can you tell which part number devices and SDK you're using? 

If you using S32K1xx series MCUs and RTM, you can take a look at this function:

PINS_DRV_SetMuxModeSel();

when you want to change the PWM -> GPIO or GPIO->PWM, you can use this function to change the PIN mux.

0 件の賞賛
返信