This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28388D: USB interrupt can not be nested.

Part Number: TMS320F28388D
Other Parts Discussed in Thread: C2000WARE

Hi Expert,

My customer want to use USB interrupt nested by XINT which is INT1.4, they do the configuration below, but the code will go to Interrupt_defaultHandler,

if they do not add the nest code below, then everything is ok. 

There are two question about USB function:

1. Can USB0DeviceIntHandler function be nested?

2. customer think USB0DeviceIntHandler take up too much time which is about 14us, is it possible to optimize the code to reduce the time?  

it is not open source code to customer and they say they are not able to modify the code by themselves.