本帖最后由 rainsinging 于 2014-12-1 11:22 编辑
keil可以利用code关键字定义数组到flash中从而节约RAM的空间,而我现在用IAR查阅了一些资料,说是__flash和__code可以定义,然后要在设置中Debugger中设置勾选use flash loader。
但是我发现__flash不是关键字,__code是关键字,但是我如此定义__code unsigned char ASC[10*16]编译没通过:
Error[Pa002]: the type attribute "__code" is not allowed on this declaration
Error[Pa042]: the type attribute "__code" is not allowed on object types
Debugger中设置勾选use flash loader这个选项我也没找到额
不知道这个__code是要怎么用
请各位大神指点 |