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.

TMS320F280025: Is there any security solution for external flash

Part Number: TMS320F280025

Hello Champs,

Customer is using F280025 with external FLASH and they want to know is there any security solution for external flash?

Would you please kindly suggest whether we have related document or not? Thanks!

Best Regards,

Julia

  • Hi Julia,

    C2000 code security is only for internal flash. For external flash, user need to encrypt the information using their own SW and then store it into external flash.

    Regards,

    Vivek Singh

  • Hi Vivek,

    If the code is placed in the external Flash, how to read the code stored in the external FLASH? Do I need to do the BootLoader loader myself, or does the C2000 automatically load from external Flash?

    In addition, how to encrypt and decrypt the code in the external Flash through software? Please suggest if there are standard practices. Thank you in advance!

    Best Regards,

    Julia

  • If the code is placed in the external Flash, how to read the code stored in the external FLASH? Do I need to do the BootLoader loader myself, or does the C2000 automatically load from external Flash?

    It depends on what interface is used to read the flash. We have some bootloader in ROM which can be used if the interface and protocol is compatible.  If not then user need to write their own bootloader which can read the external flash.

    In addition, how to encrypt and decrypt the code in the external Flash through software? Please suggest if there are standard practices. Thank you in advance!

    This again depends on user application.  I am not expert on this but there are many standard available and user can choose anyone of these.

    Regards,

    Vivek Singh