Tool/software:
Hello,
I am trying to execute the ethernet-based io control example on a custom board using the MSP432E401Y. The code works perfectly on the launchpad, but can not run properly as originally designed for other circumstances.
The first cause for this seems to be the utilization of the FLASH programmed MAC address. On our boards, we have an EEPROM with a MAC address, but just as a proof of concept I hard coded the same MAC address as we found on the launch pad. This hardcoded variant works correctly on the launchpad, but an IP is never found.
Would you have any ideas on what else I might be missing, that could prevent this from working properly? Thank you for your time.