2019-02-23 05:09 AM
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
Solved! Go to Solution.
2019-02-23 05:29 AM
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.
2019-02-23 05:29 AM
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.
2019-02-23 05:35 AM
Yes, it was staring me in the face ! Page 31 !
Many thanks.