I am using K10DX256VLK7 processor. How can I set pin drive, or enable pull up/down through processor expert within KDS.
Dave
Solved! Go to Solution.
You can do this with the Init components, see
http://mcuoneclipse.com/2012/11/12/tutorial-bits-and-pins-with-kinetis/
(section Init_GPIO)
I hope this helps,
Erich
You can do this with the Init components, see
http://mcuoneclipse.com/2012/11/12/tutorial-bits-and-pins-with-kinetis/
(section Init_GPIO)
I hope this helps,
Erich
Thank you Erich, exactly what I was looking for!
Your MCU On Eclipse blog is full of valuable information!!