Part Number: TM4C1290NCPDT
I have taken the usbserialdevice_DK_TM4C129X_TI example program and migrated it to my CPU. When I run it the PC emits the error:
Log Name: System
Source: Microsoft-Windows-Kernel-PnP
Date: 6/19/2019 2:50:02 PM
Event ID: 219
Task Category: (212)
Level: Warning
Keywords:
User: SYSTEM
Computer: Dell-Server
Description:
The driver \Driver\WUDFRd failed to load for the device USB\VID_04A9&PID_3274\5&347fa542&0&3.
Event Xml:
<Event xmlns="schemas.microsoft.com/.../event">
<System>
<Provider Name="Microsoft-Windows-Kernel-PnP" Guid="{9C205A39-1250-487D-ABD7-E831C6290539}" />
<EventID>219</EventID>
<Version>0</Version>
<Level>3</Level>
<Task>212</Task>
<Opcode>0</Opcode>
<Keywords>0x8000000000000000</Keywords>
<TimeCreated SystemTime="2019-06-19T21:50:02.747124400Z" />
<EventRecordID>14900634</EventRecordID>
<Correlation />
<Execution ProcessID="4" ThreadID="64" />
<Channel>System</Channel>
<Computer>Dell-Server</Computer>
<Security UserID="S-1-5-18" />
</System>
<EventData>
<Data Name="DriverNameLength">36</Data>
<Data Name="DriverName">USB\VID_04A9&PID_3274\5&347fa542&0&3</Data>
<Data Name="Status">3221226341</Data>
<Data Name="FailureNameLength">14</Data>
<Data Name="FailureName">\Driver\WUDFRd</Data>
<Data Name="Version">0</Data>
</EventData>
</Event>
When I run the app on the DK_TM4C129X board it connects and works correctly. My electronics is copied directly from the K_TM4C129X schematic. Any ideas on tools/procedures to debug this would be appreciated.
Thanks.