Hello,
I was wondering if there were example codes, solutions, etc. or if the following is even possible.
I am trying to achieve communication from one master board to many slave boards. All slave boards have the same default address, but I would like to be able to dynamically allocate a different address to each slave board so that I can communicate with them individually. I read that there is such a protocol called Address Resolution Protocol (ARP) that can be utilized with the MSP430.
Is this protocol realizable between a master MSP430 and multiple slave MSP430's? (Specifically my master board is MSP430F5338 and the slave boards are MSP430F5172)
Thank you,
Jon