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.

RTOS/AM5728: Project configuration

Part Number: AM5728
Other Parts Discussed in Thread: SYSBIOS

Tool/software: TI-RTOS

Hi all

There are several things puzzle me when I learned to create a AM5728 dsp project.

I imported a ccs project from <pdk_install_path>/packages/MyExampleProjects.

As we can see,it selected c6000 device family and generic C64x+device,and choose ti.platform.idkAm572X(which isn't whitin the list).

However,Something is different when I get an project via TI Resource Explorer. 

I set the default configuration.but only evm572x within the platform drop-dwom list(enter the idkAM572x by myself?).

then 

It is not generic C64x+device anymore,but IDK_AM572X.

So I want to konw about:

1、how to choose the device?and if the different between the two method describe above cause something different?

2、enter the platfrom by ourself?

Any help will  be appreciated.

Best regards

Yx

  • The RTOS team have been notified. They will respond here.
  • Hi,

    For the project created by pdkprojectcreate script, the device is "Generic C64x+ Device", it doesn't matter because we used -mv 6600 option for C66x. The platform comes from the SYSBIOS package itself, under packages\ti\platforms, it has evmAM572x and idkAM571x, idkAM572x. When we create the project by script, it selects the platform.

    If you use the Resource Explorer to create project, you can manually enter the platform name. I did a comparison of the platforms, the memory and CPU speed, data/code allocation are the same. So for generic application, using idk or evm for the platform shouldn't cause problem. But please using the platform matching the hardware for practice.

    Regards, Eric