Part Number:TMS320F280039C
各位大神好:
我在新建的280039工程里编译了下,结果以下语句报warning:
CLA_mapTaskVector(CLA1_BASE, CLA_MVECT_1, (uint16_t)&Cla1Task1);
CLA_mapTaskVector(CLA1_BASE, CLA_MVECT_2, (uint16_t)&Cla1Task2);
CLA_mapTaskVector(CLA1_BASE, CLA_MVECT_3, (uint16_t)&Cla1Task3);
CLA_mapTaskVector(CLA1_BASE, CLA_MVECT_4, (uint16_t)&Cla1Task4);
CLA_mapTaskVector(CLA1_BASE, CLA_MVECT_5, (uint16_t)&Cla1Task5);
CLA_mapTaskVector(CLA1_BASE, CLA_MVECT_6, (uint16_t)&Cla1Task6);
CLA_mapTaskVector(CLA1_BASE, CLA_MVECT_7, (uint16_t)&Cla1Task7);
CLA_mapBackgroundTaskVector(CLA1_BASE, (uint16_t)&Cla1BackgroundTask);
CCS的描述是:
#770-D conversion from pointer to smaller integer
但是之前的280049的程序,同样的语句没有报错,很疑惑。
Green Deng:
看一下这个帖子的回复能否解决你的问题:e2e.ti.com/…/770-d-conversion-from-pointer-to-smaller-integer
,
luys:
好的,已经解决,两句话,直接给屏蔽了,哈哈