I am developing a motor-control application and needs to read the current (measured over sense-resistors) in two of the motor-phases at the same time. I will use the TMS570LS1114 which has two 12-bit ADCs.
We are doing the hardware pin-out and assigning the analog signals to the pins of the TMS570. I want the ADC1 to be triggered and run at the same time as ADC2. ADC1 should convert one current-reading and ADC2 another.
Are there any limitations for assigning my signals to any of the ADC-pins or could my current-signals go to ANY pin as long as one goes to a pin accessible by ADC1 and the other to one pin which could be read by ADC2 ?
I remember doing this on an Infineon XMC4k and then the current-signals had to go into the ADC-pins numbered with 0 (actually Channel 0, group 0 and 1) to be possible to convert at the same time. Otherwise they were not.