Hi team,
Here's an issue from the customer may need your help:
UART communication between a raspberry pie and multiple MSP430FR5969 monolithic machines, where raspberry pie is the host and multiple FR5969 are slave.
Functional requirements: The host broadcasts information to multiple FR5969 slaves via uart, which determines whether or not to accept the message based on the message ID in the broadcast message; all slaves accept the message and then send the message back to the host while one slave can listen to other slave messages.
Question:
1. How to coordinate multiple slaves sending messages to the host in turn?
2. How to implement a slave to listen to other slave messages to the host?
Could you help check this case? Thanks.
Best Regards,
Cherry