I have a reentrant function that is passed a single parameter as follows:
void Filt_QR ( FilterDataType * FilterData ) reentrant { unsigned char aucTemp40[5]; memcpy( aucTemp40, /* void * dest */ FilterData->aucYpterm_40, /* void * src */ 5); /* int len */ ...
Reentrant function and memcpy() Are you sure the '51 is the right chip for you? You are using two things that the '51 is singularily lousy at. Erik
Please send your test code to support.intl@keil.com