Tool/software:
Hello,
As discussed in the following forum thread: https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1363088/am2434-am2434?tisearch=e2e-sitesearch&keymatch=AM2434%20EI_API_ADP_setIpConfig%28%29
, we are also attempting to reconfigure our adapter's IP settings through code using the EI_API_ADP_setIpConfig API.
This API functions properly when called during initialization on start and when changing IP settings using the ODVA Molex tool is called right before our call (because ODVA EIP tool stops the current session).
However, we are unable to change the settings while the code application is running (from app task run, without ODVA EIP tool). Despite updating the IP configuration parameters in the code, EEPROM, and calling the EI_API_ADP_setIpConfig function, there is no change on adapter or error returned.
We must perform a device reset for our changes to be successfully applied to the adapter.
What steps are necessary to apply the changes immediately to the adapter after calling EI_API_ADP_setIpConfig? We also attempted to reinitialize the adapter with the EI_API_ADP_init call, but it was not effective.
We need to stop the current session, after change the IP settings, and start a new session with the updated IP settings, which api calls are used for this steps?
Thank you, Matej.