Optiga Trust M example

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User18778
Level 1
Level 1
First solution authored Welcome!
I 've try Optiga trust M example from https://github.com/Infineon/getstarted-optiga-trust-m, it is no problem.
But when I create new project and include all library from above example, the problem when I try to read data (init is ok) , it is stuck, it is looping at:
while (OPTIGA_LIB_BUSY == optiga_lib_status)
{
//Wait until the optiga_util_read_data operation is completed
}

I am using xmc4800 iot board and DAVE ide.
can anyone help me ?
Did someone ever used the Infineon Optiga Trust M module and succeeded ?
0 Likes
1 Solution
User18778
Level 1
Level 1
First solution authored Welcome!
Solved by increasing the stack size

View solution in original post

0 Likes
1 Reply
User18778
Level 1
Level 1
First solution authored Welcome!
Solved by increasing the stack size
0 Likes