Hi
How do I add the QUE module to my BIOS 6 .cfg file?
It does not seem to be listed anywhere in my "Available Packages" CCSv4 GUI window.
Is adding QUE not possible with XGCONF viewer?
When I manually added
var QUE = xdc.useModule('ti.bios.QUE');
I get the errors.
So I went to the migration guide. It said to use ti.sysbios.misc.Queue (Table 1 p16 spraas78.pdf). So when I tried
var QUE = xdc.useModule('ti.sysbios.misc.Queue');
I even got more errors.
According to BIOS6 cdoc/index.html, it says I need these modules