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.

DSP bios 5.41 assumes C5501 as C5502

Hello,

I am trying to create DSP bios configuration file for my custom board, I have DSP bios 5.41.10.36 with CCS  5.1.0.07001.

 

When I add DSP bios configuraion file using custom "Platform.tci" with device name 5501(code snippet as follows) in configuration tool it recognize device C5502 instead C5501.

var params = {
    clockRate: 200,
    catalogName: "ti.catalog.c5500",
    deviceName: "5501",
    regs: device_regs,
    mem: mem_ext
};


 

I am providing my platform configuration file in attachment, can someone try to recreate this problem to find if there is problem with bios.
6131.HD_Aud.zip
 

By the way when I try to connect to device on hardware though XDS100V2 it gives me Device ID not recognise.