Iar用JLINK下载不了程序,昨天我用JLINK下载程序都成功,

今天我用JLINK下载程序时,软件进入了下载界面,但是就是通过不了,程序也下载不进去,,
运行始终过不了
/* Get the flag position */
tmp = RCC_FLAG & FLAG_Mask;
if ((statusreg & ((uint32_t)1 << tmp)) != (uint32_t)RESET)
{
bitstatus = SET;
}
else
{
bitstatus = RESET;
}

/* Return the flag status */
我也不知道为啥子,昨天下这个都OK。

第1个回答  2015-02-13
关注这个问题
相似回答