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.

Number of DSP chips on PCIe board

Hi,

We are using  DSPC-8681 (4 DSP chips) and DSPC-8682 (8 DSP chips). Also we run our application on EVM with single DSP.

Is there a way to guess on what device the application is executed and how many DSPs on it?


For exampe on DSPC cards I can get DSP number as:

#define GPIO_IN_DATA 0x02320020

#define DSP_ID    (((*(unsigned int*) GPIO_IN_DATA) & 0xE) >> 1)

Regards,

Andrey Lisnevich