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.

TMS320F2812: TMS320F2812 vs TMS320F2808

Part Number: TMS320F2812
Other Parts Discussed in Thread: TMS320F2808

Hello,

Am looking to read analog readings from analog circuit by TMS320F2812 processor. 

As am new to C2000 am trying to blinkk Led and some timer example. Recently i got a ADC program which is successfully running on a test jig which have TMS320F2808 processor.

So can i follow the same settings and instruction (Configuration settings ,control registers ) which is used in 2808 processor in TMS320F2812 processor.?

Library used...

DSP280x_ADC.h and DSP280x.c files.  

here is the version details.

TI Release: DSP280x C/C++ Header Files V1.70 
Release Date: July 27, 2009 

 

Thanks,

Nikhil

  • 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...

    I recommend starting with one of the examples from this package.

    To get an idea of the differences, there is a migration guide from F281x to F280x here:

    Regards,

    Richard