cancel
Showing results for 
Search instead for 
Did you mean: 

Use USB CN13 of the NUCLEO-14 F746GZ board

DVill.11
Associate

Hi,

I'm started to develop on the NUCLEO-14 F746GZ board recently. My question is: it's possible to read input from device (in particular NFC reader MOD-RFID1356MIFARE) through USB CN13? I tried but the device is not powered. Thanks for your support

1 REPLY 1
TDK
Guru

The NUCLEO-F746ZG has the USB_ID pin hooked up which means it can act as a USB host. So yes, it is possible, but you will need to write the firmware which communicates with it. It is unlikely you'll find online example code which does this.

You'll also need to enable USB power via PG6.

If you feel a post has answered your question, please click "Accept as Solution".