Hi, i'm intrested to know more about session-less acess, for example if we take the se05x_Minimal.c example we call Se05x_API_GetFreeMemory function that construct an apdu and send it to the SE and receive the free memory availeble, my qst is can we excute this fct or any SE050 layer fct with session-less acess and how can we do it?
Thank you.
Solved! Go to Solution.
Hi @ninomedj ,
Yes, it is possible, you just need to make sure no Auth option is enabled before you run any SE05x demo.
BYW, which platform are you testing with SE050?
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 @ninomedj ,
Yes, it is possible, you just need to make sure no Auth option is enabled before you run any SE05x demo.
BYW, which platform are you testing with SE050?
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 @Kan_Li ,
Thank you for your answer , i'm currently working on an Atmel sam4sd32c.
Have a great day.