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.
Sanath,
1) It seems there is a disconnection between your board (F2808) and the project you are trying to build (F2803x). I strongly suggest you download and install the F280x Header Files and Peripheral Examples package here. Then you can import the project gpio_toggle under C:\tidcs\c28\DSP280x\v170\DSP280x_examples_ccsv4 using the link Project --> import Existing CCS Eclipse project. This worked for me and should work for you as well.
2) Please check the forum thread below that may help you:
http://e2e.ti.com/support/embedded/bios/f/355/t/124046.aspx
Hope this helps,
Rafael
Sanath,
For issue 2) the link to the other thread posted by Rafael should help you work around the build error. However I believe the reason for the error to begin with is that the platform file does not seem to set the PLL for some older F28 devices such as F280x and F281x. The BIOS team should be able to confirm if this is the case. Would you mind creating a new post in the BIOS forum for issue 2) so the experts there can comment on whether the SYS/BIOS examples in Resource Explorer are expected to work for F280x and F281x devices or not?
Hello Rafael and AartiG
Thank you for your response and suggestion.
In the mean time i wrote my own code to blink the LED3 on F2808 control card by configuring GPIO34(LED3) pin and i was able to blink it.
Never the less i'll take your suggestion.thank you again
Regards,
Sanath Rai
Hello Rafael
Thank you for your response and suggestion.
In the mean time i wrote my own code to blink the LED3 on F2808 control card by configuring GPIO34(LED3) pin and i was able to blink it.
Never the less i'll take your suggestion.thank you again.
Regards,
Sanath Rai