The default SCP03 keys listed in: https://www.nxp.com/docs/en/application-note/AN12436.pdf are incorrect. The following is a code snippet from the PlugTrust library (ex_sss_tp_scp03_keys.h):
// Variant ==> OEF ID
// SE050A1 ==> A204
// SE050A2 ==> A205
// SE050B1 ==> A202
// SE050B2 ==> A203
// SE050C1 ==> A200
// SE050C2 ==> A201
// Development Board ==> A1F4 (DEVKIT)
//SE051C ==>0xA8FA
//SE051A ==>0xA920
//SE050E ==>0xA921
//SE051W(Fira) ==>0xA739
//A5000 gen ==>0xA736
//SE050F2 ==>0xA92A
Are these mappings correct?
Also when will the AN12436 app note be updated?
Dean
Solved! Go to Solution.
Hi @deang ,
Yes, there is some OEF ID info issue in table 6, please refer to table 2 instead, alternatively you may refer to the mapping info you found in the PlugTrust library (ex_sss_tp_scp03_keys.h). The update for AN12436 is in progress, I will let you know when it is available.
Have a great day,
Kan
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Hi @deang ,
Yes, there is some OEF ID info issue in table 6, please refer to table 2 instead, alternatively you may refer to the mapping info you found in the PlugTrust library (ex_sss_tp_scp03_keys.h). The update for AN12436 is in progress, I will let you know when it is available.
Have a great day,
Kan
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Thanks Kan.
I double checked and I've got all of the variants and correct keys set in my code. For ease of refence, here's the list of OEFIDs and variants.
A201 == SE050C2
A200 == SE050C1
A921 == SE050E2
A92A == SE050F2
A204 == SE050A1
A205 == SE050A2
A43B == SE050D2
A202 == SE050B1
A203 == SE050B2
A77E == SE050F2
Dean