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.
您好,我用的是TMS320C6727,在烧写FLASH时,在CCS中运行完擦除函数后,一直停在写函数中,就是
while(1)
{
if (*((Uint16 *)pdst) == *((Uint16 *)psrc))
{
break;
}
}
但是在运行这个之前,有这句执行命令啊
*((Uint16 *)pdst) = *((Uint16 *)psrc);执行完这句话,不是应该跳出上面的循环吗
什么情况,谢谢