我已經(jīng)添加math 頭文件了,為啥下邊調(diào)用 floor round 還是顯示未定義
在這個添加個? m 即可
int main(void)
{
? ? NVIC_PriorityGroupConfig(NVIC_PriorityGroup_2);
? ? Delay_Init();
? ? USART_Printf_Init(115200);
? ? printf("SystemClk:%d\r\n", SystemCoreClock);
? ? printf("This is printf example\r\n");
? ? while(1)
? ? {
? ? ? ? Delay_Ms(200);
? ? ? ? printf("111111");
? ? }
}
這段代碼有什么問題,為啥根本進不去while(1)循環(huán)???
您好,建議在printf打印加上換行符
linke? link 下載光提示 讀保護開啟,開發(fā)板錯誤,通訊錯誤, 什么情況,之前從來沒有。之前下載沒問題的現(xiàn)在也都出一樣的毛病,也就重啟幾回偶爾能下一次。
CH32V203的芯片
您好,Link通信問題可參考下帖解決方案看一下,可嘗試對芯片用戶區(qū)全部擦除,再下載調(diào)試看是否有問題,具體可看帖子解決方案。
http://m.findthetime.net/bbs/thread-100647-1.html
?