TI中文支持网
TI专业的中文技术问题搜集分享网站

C6678 SRIO 中device assembly identifiers如何设置?

* These are the device identifiers used in the Example Application */
constuint32_t DEVICE_ID1_16BIT    = 0xBEEF;
constuint32_t DEVICE_ID1_8BIT     = 0xAB;
constuint32_t DEVICE_ID2_16BIT    = 0x4560;
constuint32_t DEVICE_ID2_8BIT     = 0xCD;
constuint32_t DEVICE_ID3_16BIT    = 0x1234;
constuint32_t DEVICE_ID3_8BIT     = 0x12;
//const uint32_t DEVICE_ID4_16BIT    = 0x5678;
constuint32_t DEVICE_ID4_16BIT    = 0xABFF;
constuint32_t DEVICE_ID4_8BIT     = 0x56; 
SRIO loopbackDioIsr.c 程序中每个ID有8位或者16位2种地址?各个地址代表的含义是什么?该如何设置?
jiale feng:

回复 Brighton Feng:

好的 谢谢

赞(0)
未经允许不得转载:TI中文支持网 » C6678 SRIO 中device assembly identifiers如何设置?
分享到: 更多 (0)