Skip to main content
Korporal
Associate III
February 23, 2019
Solved

32F769IDISCOVERY WiFi

  • February 23, 2019
  • 1 reply
  • 1182 views

I'm having a lot of trouble finding documentation. This board sold by ST exposes a connector that is intended to house an ESP8266 WiFi device. But the ST documentation says nothing about how that connector is wired on the board. I assume it's tied to one of the USARTs but which one?

Are there any examples of C/C++ code for this board that interacts with the ESP8266?

Given that ST refer to the WiFi device and designed a socket and support specifically for it, it's odd that I can find virtually no information.

Any help is greatly appreciated.

Hugh

This topic has been closed for replies.
Best answer by S.Ma

All info, connector, pinout matching tables and typically schematics are on the board user manual

https://www.st.com/resource/en/user_manual/dm00276557.pdf

Page 24 for the connector and solder bridges. then page 31 to find out the STM32 pin name.

1 reply

S.Ma
S.MaBest answer
Principal
February 23, 2019

All info, connector, pinout matching tables and typically schematics are on the board user manual

https://www.st.com/resource/en/user_manual/dm00276557.pdf

Page 24 for the connector and solder bridges. then page 31 to find out the STM32 pin name.

Korporal
KorporalAuthor
Associate III
February 23, 2019

Yes, it was staring me in the face ! Page 31 !

Many thanks.