高级会员

- 积分
- 924
- 金钱
- 924
- 注册时间
- 2014-1-9
- 在线时间
- 115 小时
|
2金钱
..\main.c(30): error: #65: expected a ";"
u32 startup __at(0x2000D5F0);
..\main.c(41): error: #65: expected a ";"
extern u16 all_data[16600] __at (0x20005002);
..\main.c: 0 warnings, 2 errors
compiling BSP.c...
..\BSP.c(13): error: #65: expected a ";"
extern u16 all_data[16600] __at (0x20005002);
..\BSP.c: 0 warnings, 1 error
compiling usart_com.c...
..\usart_com.c(19): error: #65: expected a ";"
const signed short int x[0x770C] __at (flash_start_address+2)=
..\usart_com.c(35): error: #65: expected a ";"
const u8 p_x[2] __at (flash_start_address)={0x08,0x00};
..\usart_com.c(63): error: #65: expected a ";"
u16 all_data[16600] __at (0x20005004);
..\usart_com.c(64): error: #65: expected a ";"
u8 p_all_data[4] __at (0x20005000);
..\usart_com.c(65): error: #65: expected a ";"
u8 step_status[1000] __at (0x2000D200);
..\usart_com.c: 0 warnings, 5 errors
错误
|
|