Hello forum,
I'd like to flash a MSP432E4 via the ethernet. First I want to get a small example script to run. The content of the flash should be strored in a .txt file.
The msp has the address 192.168.1.10 and the raspberry with the bsl-scripter 192.168.1.20.
Here is the small test script:
MODE E4xx Ethernet MAC=08:00:28:5a:8b:7f IPClient=192.168.1.10 IPServer=192.168.1.20
TX_DATA_BLOCK 0x80000 0x1000 inhalt.txt
And here the error message:
bind: Address already in use
I changed the addresses, but i got the same message. How can I get this to run?
Best regards
Guenther