Question
How do I distinguish between 405 and 407 processor in software? The signature is the same.
Posted on December 06, 2017 at 18:29
I'm writing code that can run on both 405 and 407 processors but the device signature is the same for both. How can my code tell which it is running on?
Thanks