Part Number: TMS320F28377D
Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
hi everyone.i found a questions about adc_soc_continuous in controsuite,i adjust the channel to A2,when i run the codes,the codes stop at "while(0 == AdcaRegs.ADCINTFLG.bit.ADCINT3);",i know the ADCINT3 are set at " AdcaRegs.ADCINTSEL3N4.bit.INT3SEL = 7; //end of SOC7 will set INT3 flag".so i can not understand why the codes run in dead loop.i change nothing but only the channel.does somebodykonw the reason?thank you very much.
follow by the code.