Part Number: MSP430F5438A
Other Parts Discussed in Thread: MSP430F2618
Dear,
I want the ADC to do several measurements where I can configure the measurement period and adc sampling time.
This can be done by setting ADC12SHSx bits and using the ADC in Extended sample mode.
For the MSP430F5438A, it seems that following options only are possible:
ADC12SHSx = {1}: TA0.0
ADC12SHSx = {2}: TB0.0
ADC12SHSx = {3}: TB0.1
Is it correct that it is not possible to use TA0.1 to trigger the ADC ? TA0.0 and TB0.0 are not really useful, because from the 8 timer output modes only mode 1, 4 and 5 are useful.
However it is possible in the MSP430F2618, it has TA.1,TB.0 and TB.1.
It seems to me that the only option is to use TB0.1, is this correct ? I prefer to use timer A for this.
TBxCCRn registers are double-buffered and can be grouped and so I want to use this for sw timers.
Regards,
Marten