Tool/software: TI-RTOS
Hi all,
where can find WatchDog examples for C6678 device?
I tried to generate examples using pdkProjectCreate.bat file in C:\ti\pdk_c667x_2_0_4\packages but without any results.
Thanks in advance
Geni
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: TI-RTOS
Hi all,
where can find WatchDog examples for C6678 device?
I tried to generate examples using pdkProjectCreate.bat file in C:\ti\pdk_c667x_2_0_4\packages but without any results.
Thanks in advance
Geni
Please check the WDT timer example under :
C:\ti\C66x_PRSDK33\pdk_c667x_2_0_5\packages\ti\csl\example\timer
pdkProjectCreate is only used for creating TI RTOS examples for Low level drivers in PDK not for CSL examples.
You can create a CCS project using those files and add PDK_INSTALL_PATH\packages in the include path and link to the CSL lib. In the project defines add correct SOC definition as described herE:
http://processors.wiki.ti.com/index.php/MCSDK_to_Processor_SDK_Migration#CSL_2
Let us know if you run into any issues with this setup.
Regards,
Rahul