I need samples for using Kinetis K82F... Like simple Blink program and how to use Accelerometer,etc
Yes.... I searched there.... But can find examples for touchpad and cant find rx nd tx pin on the board
I need to make a multiplayer game that measures number of touches in touchpad per minute
Does k82f is 5 volt tolerant? Can i use it to drive 5v ?
Hi Bharath,
The K82F is not 5 volt tolerant, it can't drive 5v directly.
If the MCU is 5 volt tolerant, you can find the keywords "5 V tolerant" in Data Sheet and "5 V tolerance" in Reference Manual.
The examples for touchpad is in below folder (...\SDK_2.0_FRDM-K82F\boards\frdmk82f\driver_examples\tsi).
The K82F have Touch Sensing Input (TSI), I am not sure whether the function of this module meet your needs. For more detail about this module, suggest you read the Chapter 63 Touch Sensing Input (TSI) in K82P121M150SF5RM.
The FRDM-K82F board use PTB18(TSI0_CH11) and PTB19(TSI0_CH12) , you can find it in the schematic of FRDM-K82F.
Best Regards,
Robin
Hi Bharath,
Please click the Kinetis SDK Builder (REV 2 & 1.3) and select FRDM-K82F Board or MK82FN256xxx15 Processor.
After click Bulid SDK Package you can download it in Software Vault.
The samples can be found in ...\SDK_2.0_FRDM-K82F\boards\frdmk82f\driver_examples folder.
Best Regards,
Robin
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------