Hi all,
I want to modify CLK parameter such as "bios.CLK.MICROSECONDS = xx " in tci file from main function.
Can you point me how to do this?
My DSP/BIOS is DSP/BIOS 5.41 , and CCS is CCS3.3.82 on OMAP-L138 platform.
Thanks!
lex
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.
Hi all,
I want to modify CLK parameter such as "bios.CLK.MICROSECONDS = xx " in tci file from main function.
Can you point me how to do this?
My DSP/BIOS is DSP/BIOS 5.41 , and CCS is CCS3.3.82 on OMAP-L138 platform.
Thanks!
lex
Try:
prog.module("CLK").MICROSECONDS = xx;
Hi David,
I'm glad to see your reply. Can "prog.module("CLK").MICROSECONDS = xx" be set in main function?
If it was so, which header files should be included?
I added prog.module("CLK").MICROSECONDS = xx to my main function ,but come the error: identifier "prog" is undefined.
I want to modify "CLK.MICROSECONDS" in .c file not in .tcf file.
Best wishes.
lex
I am going to close this thread and mark it answered. This is same issue as this other thread:
http://e2e.ti.com/support/embedded/f/355/p/52751/325699.aspx#325699
Seems like you have 3 threads active on the same issue. I'm going to close the other one as well and cover all this on single thread above. Please add content and info on the single thread above so we can track the issue better and not across 3 threads.
Thanks,
-Karl-