Hi Team,
My Customer is working with the TMS320F28379D device and wanted to read the value of the "Counter Value" which is found in the Section 26.4.2.1 of TRM page 2791
Regards,
Renan
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.
Hi Team,
My Customer is working with the TMS320F28379D device and wanted to read the value of the "Counter Value" which is found in the Section 26.4.2.1 of TRM page 2791
Regards,
Renan
Hello Renan,
The counter value is available in the CLB_DBG_C0, C1, C2 registers.
This can be read by the driverlib function: CLB_geteRegister()
For example:
CLB_getRegister(CLB1_BASE, CLB_REG_CTR_C0);
Regards
Lori