Hi Ping,
Many thanks for interesting in my case.
I have received a comment from a member of Freescale Service request site.
He recommended me to wait BM5.0, it will be released on April, because BM4.1.1 have many bugs.
So, I would like to wait the next version of USB stack.
but, if you are related to the development of this USB stack and you can advice me about this issue, then, i'll share my code.
You can see in the 'USB_LDD.c' generated by Processor expert.
when only EP0 enabled. : #define MAX_EP_IDX 0x01u <- CV test ok
when EP0 + EP1 enabled :#define MAX_EP_IDX 0x03u <- CV test ok
when EP0 + EP1 + EP2 enabled :#define MAX_EP_IDX 0x04u <- CV test fail
best regards
KH Park.