2025-08-15 2:56 AM
As they don't have the same functionalities, how to know to which circuit exactly we are addressing?
It seems each chip in the same group share the the same `ic_type` & `ic_rev`, so how to distinguish them in firmware?
Solved! Go to Solution.
2025-08-25 12:59 AM
Hi,
some of them are completely indistinguishable from chip perspective. Only package might be different.
A few may have features disabled which might be recognized by some intelligent code. But no general way available.
Regards, Ulysses
2025-08-25 12:59 AM
Hi,
some of them are completely indistinguishable from chip perspective. Only package might be different.
A few may have features disabled which might be recognized by some intelligent code. But no general way available.
Regards, Ulysses
2025-08-30 3:29 AM
Hi Ulysses
Than you for this response.
Can be interesting to modify ic_identity register to get more specific results in future :(