Tool/software: Code Composer Studio
Hi there,
i dont understand the auto increment bit. Which effect have the auto increment bit in each register and what happend if i dont use it???
greats ben
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hi there,
i dont understand the auto increment bit. Which effect have the auto increment bit in each register and what happend if i dont use it???
greats ben
Hi Ben,
The Auto Increment feature allows you to access all the registers in a single block without having to send multiple read commands. This is useful for register blocks like the TIMEx registers or the CLOCK_COUNTx registers. For example if you have Auto Increment enabled, and you read the TIME1 register, the TDC7200 will continue to output the TIME2-TIME6 registers after that automatically. If you do not have Auto Increment enabled, you will have to send a new read command from the master device for each of the 6 registers.
Regards,