Hi,
I am using KL25Z and want to develop a new USB Device application.
I have created new KDS project and added Freescale USB_DEVICE_STACK (PE Component).
While generating code for PE components, it is giving following error. (I tried with verison 4.0.3 as well as version 4.1.1 of USB Stack)
Description | Resource | Path | Location | Type |
Generator: FAILURE: at line 3920: Duplicated %EMBED_CODE identification (file: Drivers\sw\USB_DEVICE_STACK.drv) | USB_Test_Device | usb_device | Processor Expert Problem |
Generator: FAILURE: at line 3953: %EMBED_END without %EMBED_CODE (file: Drivers\sw\USB_DEVICE_STACK.drv) | USB_Test_Device | usb_device | Processor Expert Problem |
How to fix this issue?
Thanks,
已解决! 转到解答。
Hi Sandeep,
I have now a workaround (attached). You need to update/replace your existing USB_DEVICE_STACK.drv with the attached one.
The file is located here:
C:\ProgramData\Processor Expert\PEXDRV_PE5_3\Drivers\sw\USB_DEVICE_STACK.drv
I hope this helps.