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.

No source available for "0x3fe493" #28379D



在单核DMA例程的基础上写了一个DMA 读取 ADC, adcisr 控制pwm输出的程序(不重要).   成功运行后,再添加了一部分新程序(内容只是些基本加减乘除,在其他程序中执行过没有问题),编译没有出错,debug 就直接出现错误 No source available for "0x3fe493" . 之前出现过类似的 no source available for , 我觉得是单个程序太长,拆分成不同.C文件后,不再出错。 这次我再次拆分,却没有解决。 难道是程序太长? 该如何解决?