|
本帖最后由 dontium 于 2015-1-23 13:24 编辑
我在ccs的例子hello时,发觉输出字符用puts()没有一点问题,但是用printf()能够编译链接通过,但是仿真运行的时候就是不行,提示下面的错误:
Can\'t Run Target CPU: Can\'t write to data memory 0x800, check memory config [-2184]
Can\'t Run Target CPU: Can\'t read from data memory 0x3FA000, check memory config [-2185]
Trouble running Target CPU: Can\'t write to data memory 0x806, check memory config [-2184]
Trouble running Target CPU: Can\'t read from data memory 0x10000, check memory config [-2185]
请问这是什么原因?怎么解决呢?
|
|