2016-09-19 11:48 AM
I am trying to run a RAW TCP server app in the STM32F746disco. I have as starting point the F756 example. I have created the project with CubeMX and using Keil5.
I can't connect with my computer. I am debugging having several break points at callback functions, but the debug program doesn't stop at any of them (tcp_server_poll() or tcp_server_accept()). shouln't it do it? I don't have other idea to find out the problem.Pins and configurations really seem OK since I 've got the examples.Even Waveshare has an example exactly the same than the St examples.Any help??Thanks in advance.2016-09-19 12:19 PM
I can't connect with my computer.
Via a cross-over cable, or through a hub/switch? Using Fixed IP addresses, or DHCP?2016-09-19 01:04 PM