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.
您好!
我无法调试代码、因为代码在 device.c 中的 Estop 行停止
我的代码构建得非常好。
我正在使用以下文件夹中的参考代码;
C:\C2000Ware_4_02_00_00\training\device\f28004x\getting_started\lab blinkyled_driverlib
如何解决此问题? 为什么调试在此行停止?
我展示如下;
大家好、Gokhan、
您正在尝试设置不支持模拟模式的引脚(它们不需要设置模拟模式):
// // Check the arguments. // ASSERT(((pin >= 224U) && (pin <= 247U)) || (pin == 22) || (pin == 23));
此致、
Vince