Part Number: TM4C123GH6PZ
Hi
Basically, I wanted to test the "usb_dev_serial" example code. I have a custom board that will be having a TM4C123GH6PZ controller. After flashing the "usb_dev_serial" code I checked the device manager.
Then I tried to install the .inf file but I got the following error,
I'm attaching the .inf file as follows.
l;
; TivaWare USB CDC (serial) driver installation file.
;
[Version]
Signature="$Windows NT$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%MFGNAME%
LayoutFile=layout.inf
DriverVer=08/17/2001,5.1.2600.0
[Manufacturer]
%MFGNAME%=DeviceList
[DestinationDirs]
DefaultDestDir=12
[SourceDisksFiles]
[SourceDisksNames]
[DeviceList]
%DESCRIPTION_0%=DriverInstall, USB\VID_1CBE&PID_0007&MI00
%DESCRIPTION_1%=DriverInstall, USB\VID_1CBE&PID_0007&MI02
;------------------------------------------------------------------------------
; Windows 2000/XP Sections
;------------------------------------------------------------------------------
[DriverInstall.nt]
CopyFiles=DriverCopyFiles
AddReg=DriverInstall.nt.AddReg
[DriverCopyFiles]
usbser.sys,,,0x20
[DriverInstall.nt.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,usbser.sys
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
[DriverInstall.nt.Services]
AddService=usbser, 0x00000002, DriverService
[DriverService]
DisplayName=%SERVICE%
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\usbser.sys
;------------------------------------------------------------------------------
; String Definitions
;------------------------------------------------------------------------------
[Strings]
MFGNAME = "Texas Instruments Incorporated"
DESCRIPTION_0 = "TivaWare USB Serial port"
DESCRIPTION_1 = "TivaWare USB Serial Command Port"
SERVICE = "TivaWare USB CDC serial port"
Is anything I'm missing? Any help will be really appreciated!.
Regards
Omkar


