Other Parts Discussed in Thread: CONTROLSUITE, TMS320F28335
Hello,
I am aware of examples in control suite in which both the ADC and SPI interface of the module are used, but none in which both are used.
I want the SPI to send some instructions, and for the ADC to measure the output of my system as a result of this. For this reason, I want to use the transmit complete interrupt in the SPI module to trigger the start of conversion in the ADC. I presume that a similar procedure applies when using the end of conversion flag of the ADC to trigger the next SPI word transfer.
Is it necessary to route the output interrupt and SOC bits to GPI pins, or can the connection be made in software? If the latter, could you suggest an example of this?
Thanks for reading