Tool/software:
The T18 pin of the TMS320C6748 functions as CLKOUT and UHPI_HDS2.
Because I would like to use the CLKOUT function as well, I will not use UHPI_HDS2 and will use only UHPI_HDS1 to control the HPI.
The HPI guidelines state:
==========
Hosts with separate read and write strobes connect these strobes to either HDS1 or HDS2. Hosts with a single data strobe connect that strobe to either HDS1 or HDS2, with the unused pin tied high.
============
I understand that UHPI_HDS2 is not valid when using CLKOUT, but how should UHPI_HDS2 be handled?
Could you please tell me how to use and connect if I only want to use HDS1?
If I don't enable it as UHPI_HDS2, will it be impossible to use it for HPI communication?