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.

debug问题

出现一个很奇怪的问题,build工程没出现错误,但是不能调试和resume,而且将鼠标放在函数上时,会提示错误:

cannot load from non-primitive location

但是关上CCS后,程序居然在板子上运行啦,这是怎么回事?

我用的是例程

  • 你这个应该是跟踪的ROM中的函数,ROM中固化的函数是无法进入跟踪的。只有在lib库中的函数才可以。