I believe this should work.
To support the floating point %f conversion characters, you must add this to your config script:
var System = xdc.useModule('xdc.runtime.System');
System.extendedFormats += "%f";
I hope this works for you.
Alan
I believe this should work.
To support the floating point %f conversion characters, you must add this to your config script:
var System = xdc.useModule('xdc.runtime.System');
System.extendedFormats += "%f";
I hope this works for you.
Alan