Other Parts Discussed in Thread: DRV2604, DRV2624
dear TI expert,
there is following description in drv2625.pdf datasheet ,section 8.3.4.2 Real-Time Playback (RTP) Interface
Because of the similarity between RTP mode and legacy PWM modes, any API (application-programming
interface) designed for use with a PWM generator in the host processor can write the data values over the I2C
rather than writing the data values to the host timer. This ability frees a timer in the host while retaining
compatibility with the original software.
using in RTP mode ,i think that an array with amplitude-time pairs should be used like {{0x12,12},{0x34 ,20}} ,in this case both 0x12 and 0x34 is amplitude value, 12 and 20 is duration time for each amplitude respectively,right? after sending amplitude value(0x12,0x34) throuth i2c bus ,i think the duration time(12,20) still should be implement by timer in host processor in most cases. but the datasheet says it can free a timer.so i am confused. please kindly detail it
many thanks