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.

About Security Accelerator Sample project properties

Guru 15510 points

Hi,

I have a question about SALLD which is for Keystone Device.

After creating CCS project using saProjectCreate.bat, I check the Properties of project from CCS.
In Properties -> General -> "Main" tab, Device Variant was set to "Generic C64x+ Device
and -mv64x+ was set in C6000 Compiler option.

The device is Keystone so that target is C66x device.
Is there any reason why "Generic C64x+ Device" and "-mv64x+" are used?
Is there any problem if I change this properties to "Generic C66x Device" and "-mv6600"?

I'm going to integrate this SA project to my own project.
In my project, "Generic C66x Device" and "-mv6600" are used.

best regards,
g.f.

  • g.f,

    If your device is a variant of a C66xx, start with generic 66xx device.
    The compiler will take a suitable rts lib for the particular variant device.

    Refer this wiki for select the correct device variant,
    http://processors.wiki.ti.com/index.php/BIOS_MCSDK_2.0_User_Guide#Multicore_Hello_World_Example
    http://processors.wiki.ti.com/index.php/GSG:Creating_projects_v5#Creating_a_project

  • Hi Pubesh,

    Thank you for the reply.

    I uderstand that I should start with generic C66x device because the device is C6670.
    But I'm confused because Security Accelerator's sample project(which is for Keystone)
    are configured with generic C64x+ device and using -mv64x+.

    I want to be sure that selecting Generic C66x device will be fine for SA project.
    Is it fine to select Generic C66x device for SA project?

    best regard,
    g.f.

  • g.f

    Yes, you understanding is correct. Please select Generic C66x device for SA project, which is integrated with your main project.

  • Hi Pubesh,

    Thank you for the reply.
    I understood.

    best regards,
    g.f.