Other Parts Discussed in Thread: TMS320F28033, CONTROLSUITE
Hello everyone,
I am using the TMS320F28033 for an inverter control application. I need to use the SPI to access an external ADC which we need for grounding issue (the ground is not the same as the DSP ground so can't use DSP ADC). I also intend to use an external clock so I need to XCLKIN pin. And I need to use a JTAG for debugging so I need the TCK pin.
The XCLKIN and SPISTEA are shared - GPIO19 and TCK and XCLKIN are shared - GPIO38. So I am having a pin conflict. If I use the 80 pin chip with 28033, I have an SPIB with an SPISTEB pin. However, after reading the user documentation, it doesn't seem like SPI B has independent control. SPI B seems only for receiving the left and right speaker signals with one SPI signal. Is it possible to use SPI B independently? That is SPI A is not used at all but only SPI B? There seems only one bit STEINV bit in SPIPRI register that enables the SPI B channel. But I am assuming that I will have no access to SPISTEA or SPI A but will use only SPI B. Is this possible?
Thanks in advance.