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