RLP Events Again

Should I take any consideration when using RLP Events?

I’m asking this becasue everything was working fine until I add a CDC class.
When using CDC class (With and without debugging) the events dispatched on native side using RLPext->PostManagedEvent are not received on managed side sometimes. Actually when it doesnt work, if I put a breakpoint on the program and then hit F5 it works again.

Is it any chance that CDC class is interfering with RLP events ?.

I could post the code if needed.

Thanks in advance.

I think it is a coincidence. Try to narrow the problem more…
Note that these events may block other low level events. For example, InterruptPort events may be blocked until you return from the RLP event function but CDC does not use events.

Thanks Mike. I’ll try to figure it out then.