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.
Tool/software:
Hi
I have imported the empty_sysconfig_337zwt project (c2000ware 5.00.00) into CCS 12.8, I make changes to clock tree view but device's file doesn't change. I'm new to sysconfig.
Best regards
Hi,
Welcome to the Sysconfig world.
You would need to enable device support and include clocktree.h in your project build.
For example as shown below :
The selected options will appear in the clocktree.h file which you need to include in your project build
Thanks
Hi Prarthan
Thanks, now work, but there is steel another issue is not possible to insert fractional input frequencies. For example I have an external oscillator of 7.372800Mhz and if I enter 7.3728 the generated clocktree.h is wrong:
Best Regards
Luca
Hi Luca,
In the attached screenshot I can see that input is taken properly, can you explain where the issue is ?
Can you share the screenshot of error ?
Thanks
Hi Prarthan
As you can see the define is a unsigned int since it can not have the decimal point.
Best Regards
Hi Luca,
Understood yes I missed the U for the define.
I will highlight this to software team to comprehend your request.
Thanks.
Hello,
Try exclude marked "device" folder from the project tree. Because sysconfig tool make it own "device" folder under the CPU1_RAM/FLASH folder:
I attached the screenshot of it.
Best regards.
Hi Furkan
Is not a problem of multiple declaration, is a problem in handling fractional input clock frequency.
Best Regards