Hello,
In the source of CircleOS, in mems.c, in , I see that MEMS_Init contains :
if( MEMS_ReadID() != 0x3A )
I'm struggling a bit to understand where the value "0x3A" comes from. How was it determined that the test should use that particular value ?
Thanks for your help,
Jerome