Tool/software:
Hello, TI community,
I am working on a project where I need to program multiple CC2652R7 devices simultaneously. My setup involves a host connected to a USB-to-UART adapter, which connects to a series of CC2652R7 devices in a daisy-chain configuration, with each device connected in sequence.
I’m specifically looking for advice or successful implementation examples on how to:
- Manage unique addressing and communication between devices in this setup to ensure each CC2652R7 device can be programmed independently.
- Handle data integrity and synchronization to avoid conflicts when sending programming data down the chain.
- Implement any recommended error-checking mechanisms to maintain reliability, especially over longer chains.
If anyone has experience with daisy-chaining multiple devices over UART or could suggest protocols/tools compatible with this approach, your input would be greatly appreciated!
Thank you in advance!