FRDM K64F USB K64 read input

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

FRDM K64F USB K64 read input

714 Views
DaniloV
Contributor I

Hi everyone,

I'm started to develop on the FRDM K64F board recently. My question is: it's possible to read input from device (for example keyboard or particular NFC reader) through the right USB K64 (opposite to the reset button).

Thanks for your support,

Danilo

0 Kudos
Reply
1 Reply

703 Views
ErichStyger
Specialist I

Hi @DaniloV ,

yes, you can use the K64F in USB host mode. For the keyboard you need the USB HID Host class, check the MCUXpresso SDK examples for this. For the NFC reader it would depend what class it implements, but I guess it is a USB CDC so you can interface with it using a USB CDC host class.

I hope this helps,

Erich

0 Kudos
Reply