Hi Team,
Posting on behalf of our customer.
I am reading the Design Guide: TIDM-1011. The reference design employs SPI to parse Tamagawa T-Format communication data. However, I note that the T-Format frame structure adheres to a standard asynchronous serial format: featuring 1 start bit, 1 stop bit, and 8 data bits. Theoretically, any conventional serial peripheral should be fully capable of processing and accurately identifying this data stream without requiring consideration of transmission delays. Yet TI appears to favor using SPI for parsing this data, actively generating the clock using CLBs. To ensure clock-data synchronization, additional consideration must be given to data transmission delays. Is there an advantage to this approach that I'm overlooking? I believe serial peripheral features like oversampling and 3-out-of-2 voting could handle T-Format perfectly well (perhaps even better than SPI?).
Regards,
Danilo