typedef struct
{
uint8_t Data1[2];
uint16_t Data2[10];
}USE_DATA;
USE_DATA USE READ;
const uint32 addr1 = &READ.Dat1[0];
const uint32 addr2 = &READ.Dat1[1];
keil编译会警告 #1296-D:extended constant ini
tialiser used ;
我需要addr1,addr2定义成uint32用,不能定义为指针.
谁有办法消除这个警告???????????
其实应该谢谢你,我没有遇到过这种问题。但是我帮你搜索到了,也涨了知识。
http://infocenter.arm.com/help/i ... c.faqs/ka15182.html
一周热门 更多>