Hello all
I use controller MC9S08QE8 as a slave for transmission to i2c, configure:
IICC2_GCAEN=0;
IICC2_ADEXT=0;
IICA=0xA0;
IICC1_IICEN=1;
IICC1_IICIE=1;
IICS_IAAS=1;
but when I send the master address A0 or A1 my controller did not recognize it. Please tell me what could be the reason for this?
Thank you!