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.

Flash programming Algorithm-TMS320F2812 devices

Other Parts Discussed in Thread: TMS320F2812

Hello,

I am trying to develop my own falsh programming software for TMS320F2812 devices with out using teh falsh lib's, Flash2812_API_V210.lib, suplied by TI. Is there any technical documentation or refernce design available for this?

 

-benny

  • benny mon said:

    Hello,

    I am trying to develop my own falsh programming software for TMS320F2812 devices with out using teh falsh lib's, Flash2812_API_V210.lib, suplied by TI. Is there any technical documentation or refernce design available for this?

     

    -benny

    Benny,

    The only way to program the 281x devices is through code running on the device itself.

    Regards

    Lori

  • Thanks Lori for your quick response. Actually I was trying to develop flash writing software without using the flash API's proved by TI. I have already developed the software by using API's Flash2812_API_V210.lib and its working fine. As a next step, i wanted to replace the TI library, Flash2812_API_V210.lib, with my own.

     Is there technical note or resources available for me to refer to develop the basic API's required for the flash programming?  The fact is I wanted to replace the TI flash library with my own source code.

     -benny

     

  • benny mon said:
    Actually I was trying to develop flash writing software without using the flash API's proved by TI. I have already developed the software by using API's Flash2812_API_V210.lib and its working fine. As a next step, i wanted to replace the TI library, Flash2812_API_V210.lib, with my own.

    Benny,

    We do not provide this option.  The API that TI provides is the way to go.  The API code goes through a write/erase qualification process and is used in the Texas Instruments production test flow. It is very important that the flash is handled properly with the API. This is why TI supplies the API and customers should not write their own.

    Regards

    Lori