Can't run RAW TCP server application in STM32f746disco
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-09-19 11:48 AM
Posted on September 19, 2016 at 20:48
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.
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-09-19 12:19 PM
Posted on September 19, 2016 at 21:19
I can't connect with my computer.
Via a cross-over cable, or through a hub/switch? Using Fixed IP addresses, or DHCP?
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-09-19 1:04 PM
Posted on September 19, 2016 at 22:04Hi!thanks for your reply. I had had to provide more info!I just solved it. The problem with every example out there is that PHY ADDRESS is set to 1, and should be 0. Many days to find it out ;(
