Working on a new design with the C6746 and the bus needs will be changing. I found this pin configuration utility on TI’s technical documents page http://www.ti.com/lit/pdf/sprab63. It is a great utility for moving busses around and determining which ones can coexist and where conflicts lie.
My question is how does one output the pin data from it?
You can save a .pin file that only contains what connections are made. We would like to have an output that is a .csv file that lists all of the pins of the part and what has been assigned to them. In its current form we will have to do that manually.
The program is great at determining what the DSP is capable of doing but poorly at putting it into a form that can be implemented it into a schematic.
Please advise if there is a better way to do this.