#關(guān)于iar警告Warning[Ta010]: Write to a __constptr pointer?

參閱《IAR COMPILER Reference Guide》:https://manualzz.com/doc/43989058/avr%C2%AE-iar-compiler
153頁:[Ta010] Argument to __insert_opcode is not in the range 0–65536
????????根據(jù)提示要求寫入常量指針,筆者將其改為靜態(tài)變量、全局變量或更改數(shù)組數(shù)值則不會出現(xiàn)警告。初步分析認為和CRC數(shù)據(jù)校驗有關(guān),但不能肯定。