摘要:
strcat - 字符串拼接函数char *strcat (char targetString[], const char string_toAppend[]);PurposeAppends[ə'pend附加]a copy of a source string to the end of a target string, including the terminating ASCII NUL byte. The initial[ɪ'nɪʃəl最初的]character of the string to append[ə'pend附加] overwrites the NU 阅读全文
摘要:
当选定了一款MCU,产品的开发一切都很顺利,快到收尾时猛然间发现Flash发生了溢出错误,这是很悲催的事情,总不能再更换芯片吧,我不想这么麻烦,老板更不希望项目的进度跟不上。没办法只能给程序进行瘦身运动了。Error[e104]: Failed to fit all segments into specified ranges. Problem discovered in segment CODE. Unable to place 84 block(s) (0x3f68 byte(s) total) in 0x3dee byte(s) of memory. The problem occurr 阅读全文