初级会员

- 积分
- 63
- 金钱
- 63
- 注册时间
- 2016-12-14
- 在线时间
- 14 小时
|
#define CAL_ADDRESS 0X803F800 //校准参数
const CHIP_CFG_DEFINE ChipCfg __attribute__((at( CAL_ADDRESS)))={
0xaa,
{100,980} //100,980
};
flash写校准参数,会出现以下错误
User command #1: D:Keil\ARM\BIN40\fromelf.exe --bin -o .\output\u713app.bin .\output\u713app.axf
Error: Q0147E: Failed to create Directory .\output\u713app.bin\ER_IROM1: File exists
Finished: 0 information, 0 warning and 1 error messages.
".\output\u713app.axf" - 0 Error(s), 0 Warning(s).
|
|