Tool/software: Code Composer Studio
Hello,
I just want to figure out, what is the meaning of this failure:
[C674X_0] {module#35}: line 414: error {id:0x130000, args:[0x81b6d0, 0x0]}
I tried with this configuration, but my program does not fit in the memory anymore.
var Text = xdc.useModule('xdc.runtime.Text');
Text.isLoaded = true;
Thank you,
Cédric