Other Parts Discussed in Thread: SYSCONFIG
Hi,
I have two MSP432-based systems. They run identical code, which is based on the HTTP Server example for TIRTOS.
System that is based on the evaluation kit works fine. HTTP server receives the requests and responds with responses.
The other system is custom-built with the same MSP432 hardware and it acts strangely. It responds to ping/ICMP successfully but when I try to connect to the HTTP Server port, the underlying TCP connection does not get established and it times out. I verified with Wireshark that my client sends out TCP SYN but it never receives any response to the SYN. If I ping it right after this, I can see ICMP requests and responses flowing fine.
Are there any special TCP-settings for MSP432 that may interfere with the logic of my code? How is it possible that ICMP works (Layer 3 and below in the OSI model) but TCP does not?
Thanks!