The code snippet is:
main()
{
.....
while(1) {
asm("NOP");
}
}
While place the cursor inside the while loop and execute command "Run to Line" , I got error message:
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.