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.

Is there a way to identify the commercial verses industrial chip versions?

Is there a register or other way to identify the commercial verses industrial temperature DM6446 parts using software? For example, I want to set the PLL to 513MHz for the industrial part and 594MHz for the commercial part.

I looked at JTAGID, but it appears that it only distiguishes between silicon versions 1.3 and 2.1. I haven't stumbled on anything else that might help.

  • Unfortunately I do not think this is possible from a software level, the functional silicon inside both the industrial and commercial parts will be identical.

    You could implement this in your board hardware however, pulling a GPIO pin one way or the other depending on if you mount an industrial or commercial part and reading that GPIO pin in software.