I need to implement the CDC stack in an existing project. The project already has another USB stack in it. My first question is - how do I incorporate both the stacks into one program?
Secondly, when I make any changes to the CDC virtual com example program, it gives me this following error:
Errors caused tool to abort.
C:\Program Files\Freescale\CW MCU v10.0\gnu\bin\make: *** [Source/virtual_com.obj] Error 1
Any help would be great.