We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hi guys in register USBDevIntEn - i enable EP_RLZED interrupt :
USBDevIntEn |= EP_RLZED;
but this interrupt ( EP_RLZED ) never not occur - for what? i don't have any problem with other interrupt of this register ( USBDevIntEn )
i don't love use flag of this interrupt ( USBDevIntSt ), i whant use interrupt for EP_RLZED - but i cant.
// use flag : while( !(*usbREG.USBDevIntSt & USB_DEV_INT__EP_RLZED) ); // wait for EP_RLZED interrupt *usbREG.USBDevIntClr = USB_DEV_INT__EP_RLZED; // clear EP_RLZED
So why have you chosen "C51" as the toolset, then?!?
I did not pay attention - do not blame me, my friend ;) pls help me :(