analogdevicesinc / no-OS

Software drivers in C for systems without an operating system
http://analogdevicesinc.github.io/no-OS/
Other
924 stars 1.65k forks source link

MAX32690APARD TCP Example IP discrepancy #2172

Closed Brandon-Hurst closed 4 months ago

Brandon-Hurst commented 5 months ago

The build for the "apard32690" TCP echo server example does not match the functionality described in the documentation OR the Makefile with reference to the IP address that enumerates. Whether or not I define the APARD32690_STATIC_IP macro, the APARD board never responds to the default address 169.254.97.40. Instead, it prints a different address on the serial port on startup:

image

Connecting to this port yields a valid TCP echo connection: image

In addition, the README.md doesn't cover some information that would've been useful in figuring this out:

Brandon-Hurst commented 5 months ago

Figured out the issue and will submit a PR shortly. There's a few things:

buha commented 4 months ago

@Brandon-Hurst @CiprianRegus fixed this in #2176 , I'm going to close this but feel free to reopen if you have additional questions.