Hi,
I have got application program (.c file ) from one of the sensor vendor in which it is given as below
#define SDI p3_7
#define SDO p4_6
where p3_7 and p4_6 are port3 bit7 and port4bit6 of one of the MCU(microcontroller). Now we would like to replace this microcontroller with IMX6Q or IMX6D.
Now, if I would like define then,
#define SDI A
#define SDO B
then what should be A and B