Hi.
I am always indebted.
Regarding the subject of the title, unused pins will follow the answer below.
Configuration for Unused Pins/GPIOs on Kinetis
So the question is, does “Disabled” mean that the register settings are as follows?
-Input is disabled (GPIOx_PIDR [PID] = 1)
-Output is disabled (GPIOx_PDDR [PDD] = 0)
-Internal pull-up is disabled (PORT_PUE (L / H) [PTxPEn] = 0)
-High drive function disabled (HDRVE = 0x00)
Thank you.
Solved! Go to Solution.
Hi,
Pins are disabled or analog by default. You needn't configure them.
Have a great day,
TIC
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 days after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Hi,
Pins are disabled or analog by default. You needn't configure them.
Have a great day,
TIC
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 days after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
HI.
Thank you. relieved.