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.

Compiler/TMS320F28069M: Does TMS320F28069M flash within is compatible with Flash F2809?

Part Number: TMS320F28069M
Other Parts Discussed in Thread: TMS320F28069

Tool/software: TI C/C++ Compiler

Dear All

    The subject says everything.

  The TMS320F28069M has inside the Flash F2809?

The tools for emulating a Flash sector can be configured with F2809 and work with the TMS320F28069M?

Thanks

Luis Gonçalves

  • Sorry, I wanted to say: " The tools for emulating an EEPROM with a Flash sector ......"
  • Luis,

    I am struggling to understand your question, could you please restate it.

    TMS320F28069 can be adapted to work with an EEPROM.

    Regards,
    Cody 

  • I am using the software of emulating an EEPROM with a FLASH sector (F28xxx_EEPROM). But that software was for F2801 to F2809 FLASHs. Using the settings for F2809 (with sector H included) and FLASH API for F2806x must work, no?
    i.e doing the following defines

    #define Flash_Erase(a,b) Flash2806x_Erase(a,b)
    #define Flash_Program(a,b,c,d) Flash2806x_Program(a,b,c,d)

    and include the proper library


    Do you understood?
  • Luis,

    I would recommend starting with F2833x_F2823x project (which support FPU32). I have never done it, but you should be able to adapt this to work with F28069M.

    Regards,
    Cody