Unused pins of KS22 Microcontroller

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

Unused pins of KS22 Microcontroller

ソリューションへジャンプ
2,705件の閲覧回数
vishnuvariyath_2
Contributor II

I am using MKS22FN256VLH12 in my application. Many pins not used in application.

I don't know exactly what to do with these pins. Can they float, do they have to go to GND or VDD.

In KS22 there is two CAN modules and only one module is using in application, what to do with unused CAN module pins.

I referred in the "Data sheet and Kinetis Ks22 Sub-Family Reference Manual " there is no correct answer for this.

Can someone give me a hint or help me with this?

0 件の賞賛
返信
1 解決策
2,670件の閲覧回数
Miguel04
NXP TechSupport
NXP TechSupport

Hi @vishnuvariyath_2 

This information is from the datasheet:

Unused GPIO pins must be left floating (no electrical connections) with the MUX field of the pin’s PORTx_PCRn register equal to 0:0:0. This disables the digital input path to the MCU.

This refer to chapter 12.6.1 Pin Control Register n (PORTx_PCRn) from your reference manual. On this register you select the alternative for the pin you want to use. f.e.  CAN0_TX pin is assigned to PTA12 as Alternative 2 (ALT2) and by setting MUX pins as 0:0:0 this will be disabled.

Best Regards, Miguel.

 

元の投稿で解決策を見る

0 件の賞賛
返信
4 返答(返信)
2,671件の閲覧回数
Miguel04
NXP TechSupport
NXP TechSupport

Hi @vishnuvariyath_2 

This information is from the datasheet:

Unused GPIO pins must be left floating (no electrical connections) with the MUX field of the pin’s PORTx_PCRn register equal to 0:0:0. This disables the digital input path to the MCU.

This refer to chapter 12.6.1 Pin Control Register n (PORTx_PCRn) from your reference manual. On this register you select the alternative for the pin you want to use. f.e.  CAN0_TX pin is assigned to PTA12 as Alternative 2 (ALT2) and by setting MUX pins as 0:0:0 this will be disabled.

Best Regards, Miguel.

 

0 件の賞賛
返信
2,649件の閲覧回数
vishnuvariyath_2
Contributor II
Hi Miguel
Here only mentioned about the GPIO Pins, And I have doubt regarding the connection of CMP pins and DAC pins.And also about the JTAG connection
0 件の賞賛
返信
2,700件の閲覧回数
ErichStyger
Specialist I

I think you mean the MK22 and not a MKS22?

You can keep unused pins floating, see https://community.nxp.com/t5/Wireless-Connectivity-Knowledge/Configuration-for-Unused-Pins-GPIOs-on-...

0 件の賞賛
返信
2,686件の閲覧回数
vishnuvariyath_2
Contributor II

Hi Erich

The part number of MCU is MKS22FN256VLH12 and the data sheet is attached here.

0 件の賞賛
返信