Use USB CN13 of the NUCLEO-14 F746GZ board
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-08-03 9:34 AM
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
Labels:
- Labels:
-
STM32F7 Series
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-08-03 10:32 AM
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".
