Hi,
If I wish to enable the Timestamp module, can I do this from the *.CFG GUI or do I need to insert a useModule() statement into my CFG file ?
Which is the best method ?
Thanks
Roy
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Either approach yields the same result. The GUI simply inserts the useModule() into the generated .cfg file.
And, yes, to enable the timestamp module, this line must end up in the .cfg file:
xdc.useModule('xdc.runtime.Timestamp');
Alan
6303.EXP-2.zipHi Alan,
As per SPRUEX3P.pdf I added this statement to my clock configuration section of the cfg file:
var BIOS = xdc.useModule('xdc.runtime.Timestamp');
I am still getting a compiler error in I2C_UCB1.c
#20 identifier "Types_FreqHz" is undefined
Please see the attached zip of my project EXP-2.
Thank you.
Roy