Other Parts Discussed in Thread: MSP432E401Y
Tool/software: Code Composer Studio
Hi,
I am having problems replicating this workshop:

I am trying to upload the bootloader and application image over ethernet. This task is of crucial importance given that my final application will be a network of 100 of these devices - it would be very convenient to have all my devices connected to an ethernet switch and being able to update the images of these devices from a single host computer.
The specific issue I am having is in task 4. This is the message I get from prompt:
You can see that my server IP is correct and that I made sure that the client IP was not allocated in my network:
Take note that my network is isolated and in that sense I don't connect the ethernet switch to the network of the building. No router device is available for dynamic IP allocation but based on what I read from the BSL-Scripter documentation, the BOOTP protocol is implemented in the scripter itself.
Also, I want to make sure I understand how the boot loader works. According to the BSL-Scripter documentation, I initiate communication with a BOOTP request. Am I required to upload some firmware in the device so it responds to this ethernet requests?
Regards,
- Oscar