Hi Team,
Is there a way to check the datatype of mipi data at the application layer? I have a sensor that sends corresponding mipi data. I want to check whether the type it sends is correct. How should I do it?
I want to see the data before the development board accepts it, because my problem is that I set the raw16 reception on the development board now and it cannot be received normally.
So what I'm trying to see now is the data before the data matches.
Could I view the datatype of the mipi data before being checked by the CRC?