This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Meaning of Error_id in Error_policyMin

Other Parts Discussed in Thread: CC2652R7

Hello all,

When debugging my device, due to an not yet identified problem, my device enters the Error_policyMin.
By stepping trough the code I end up in an SPI transfer. I use static buffers for RX and TX
and the length of the transaction is well within their size so invalid memory access does not seem to be a risk.
I am trying to find exactly what causes to error, and i see that in the arguments of the Error_policyMin there is
a Error_id which in my case is 0x00120000. I cannot seem to find anywhere the meaning of this code.

Is this code describing the underlying reason to the Error_policyMin?

In the dependency  project tirtos_builds_cc13x2x7_cc26x2x7_release_ticlang in the .cfg file
I set the Error.raiseHook = Error.print; but no error message is displayed.

I am using CCS Version: 12.1.0.00007 , CC2652R7 and simplelink_cc13xx_cc26xx_sdk_6_20_00_29

Thanks in advance

Regards,