Hello all,
I’m trying to download a app using GSM data, I subcribe to a cell (#define AD_CELL_ID 10):
ADHdl = adl_adSubscribe( AD_CELL_ID, ADL_AD_SIZE_UNDEF);
my_printf(“dwl_Download: ADHdl %d\n”, ADHdl );
and get the printout:
dwl_Download: ADHdl 0
all seems fine but I get:
dwl_Block: adWrite -8
code:
sReturn = adl_adWrite ( ADHdl, DATA_SIZE ( Block [ 0 ] ), ( void * ) ( Block + DATA_OFFSET ) );
my_printf(“dwl_Block: adWrite %d\n”, sReturn);
the returned -8 = ADL_RET _ERR_BAD_STATE and indicates that the cell i finalised, but I never do that. What can cause this cell to finalise?
Thanks
/Andreas