Yes, CCS7.4 can indeed be used with F2810. Being the oldest member of the C28x family, there is no support for this device in C2000ware. However, example code is available at http://www.ti.com/lit/zip/SPRC097?jktype=tools_software . If this is a new project…
z.z
F2812 can enter standby mode by setting LPMCR0 to 0x0001 along with a few other actions. Please refer to the Standby example in the F281x examples directory:
"C:\tidcs\c28\DSP281x\v120\DSP281x_examples_ccsv4\lpm_standbywake"
You can download…
MD Irshad Ansari,
here is a link to the examples. You may need to modify a PWM or event manager example to do what you want it to, but it should work well as a starting point. https://www.ti.com/tool/SPRC097
F2812 is a good real-time controller…
Zaigham:
The 2812 was one of the first of the C2000 family.
There is an archived workshop at
processors.wiki.ti.com/.../C2000_Archived_Workshops
Also, if you do a search for SPRC097, you will find specific header files for the device.
http…
First you down load sprc097.zip from TI site in which some code examples are there to understand.
http://www.ti.com/tool/sprc097
If you have your custom hardware , you need to configure boot pins as per given example requirement and try to run these…
Nikhil,
While there are some similarities, these devices have different peripherals and in general you cannot use F280x code directly on the F281x. For the F281x you will need the header files package for that device, which you can download here...…
Lidong,
Want to make sure you have the SW support package for this device, it is here: https://www.ti.com/tool/SPRC097
The DBTCONA/B registers control the deadband timing. The Event Manager User Guide describes the registers https://www.ti.com/lit…