This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DSC TMS320F28335 ADC初始化问题

Other Parts Discussed in Thread: CONTROLSUITE

28335中ADC初始化问题,在28335使用flash.cmd文件,烧录到flash中时如果把ADC初始化放在

#if Flash_Run
MemCopy(&RamfuncsLoadStart, &RamfuncsLoadEnd, &RamfuncsRunStart);
InitFlash();
#endif

前面时,程序不能正常烧录到flash,只能debug一次,下点之后重新上电没有程序;把ADC初始化和MemCopy(&RamfuncsLoadStart, &RamfuncsLoadEnd, &RamfuncsRunStart);调换位置后,能够正常工作,有没有研究过这个问题的可以讨论下吗?