I am new to FRDM K82F board and i have a problem in configuring the GPIO pins. Is there any tutorial videos or any other support for this?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

I am new to FRDM K82F board and i have a problem in configuring the GPIO pins. Is there any tutorial videos or any other support for this?

496 Views
kamaleshsubrama
Contributor I

I have an example of blink and Led toggle on interrupt. i tried to change the Output pin instead of the On board Led. I referred the documentations and user guide to configure it, but i am not able to get it done. Is there any tutorials for configuring the GPIOs ?

0 Kudos
2 Replies

259 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi Kamalesh,

Please download the SDK 2.x refer the method in 'Generating a downloadable MCUXpresso SDK v.2 package'.

SDK_2.2_FRDM-K82F.png

There is a led_output example in SDK_2.2_FRDM-K82F folder.

led_output SDK_2.2_FRDM-K82F.png

And you can attach the project here, so that we can check it.

 

Best Regards,

Robin

 

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
----------------------------------------------------------------------------------------------------------------------

0 Kudos

259 Views
mjbcswitzerland
Specialist V

Hi Kamalesh

The K82's GPIOs are the same as all other K parts.
Use the open source uTasker project to simulate the GPIO operation (link below).
It uses the macros below for all port control and its simulator shows you the state/peripheral of each port so that you can easily learn and then check the behavior so that you can already be sure that everything will work on the HW.
http://www.utasker.com/forum/index.php?topic=1875.msg6798#msg6798.html

Regards

Mark

http://www.utasker.com/kinetis.html
http://www.utasker.com/kinetis/FRDM-K82F.html
http://www.utasker.com/kinetis/TWR-K80F150M.html

0 Kudos