实例介绍
C8051f340 开发板全套资料,无私奉献,希望能帮到初学者!
【实例截图】
【核心代码】
e9231530-ceab-470e-a2ce-5ebc625e3fa3
└── F34x开发板资料
├── 24AA02 24LC02B Data Sheet.pdf
├── 25AA320A, 25LC320A 32K SPI Bus Serial EEPROM Data Sheet(cn028458).pdf
├── C8051F340多功能开发板手册.pdf
├── C8051F340开发板器件位号图.pdf
├── C8051F34x开发板原理图.pdf
├── C8051F34x试验程序
│ ├── ADC
│ │ ├── F34x_ADC0_ExternalInput.c
│ │ └── F34x_ADC0_ExternalInput_Mux.c
│ ├── Blinky
│ │ ├── Blinky.plg
│ │ ├── Blinky.uvopt
│ │ ├── Blinky.uvproj
│ │ ├── Blinky_uvproj.bak
│ │ ├── c8051F340.h
│ │ ├── C8051F340.INC
│ │ ├── F34x_Blinky.asm
│ │ ├── F34x_Blinky_Asm.wsp
│ │ ├── F34x_Blinky.c
│ │ └── F34x_Blinky_C.wsp
│ ├── Comparators
│ │ └── F34x_Comparator0_ResetSource.c
│ ├── Flash
│ │ ├── C8051_F340_Flash_Delay_Main.c
│ │ ├── C8051_F340_Flash_Delay_Main.LST
│ │ ├── C8051_F340_Flash_Delay_Main.OBJ
│ │ ├── C8051_F340_FlashPrimitives.c
│ │ ├── C8051_F340_FlashPrimitives.h
│ │ ├── C8051_F340_FlashPrimitives.LST
│ │ ├── C8051_F340_FlashPrimitives.OBJ
│ │ ├── C8051_F340_FlashUtils.c
│ │ ├── ExtDll.iex
│ │ ├── F340_FlashUtils.h
│ │ ├── flash-2.c
│ │ ├── flash-example
│ │ ├── flash-example.c
│ │ ├── flash-example.lnp
│ │ ├── flash-example.M51
│ │ ├── flash-example.plg
│ │ ├── flash-example.uvopt
│ │ ├── flash-example_uvopt.bak
│ │ ├── flash-example.uvproj
│ │ ├── flash.h
│ │ ├── memory.txt
│ │ └── STARTUP.A51
│ ├── Header_Files
│ │ ├── c8051F340.h
│ │ └── C8051F340.INC
│ ├── HIDClient
│ │ ├── c8051f3xx.h
│ │ ├── CustomControl.c
│ │ ├── CustomControl.h
│ │ ├── CustomControl.LST
│ │ ├── CustomControl.OBJ
│ │ ├── F3xx_USB0_Descriptor.c
│ │ ├── F3xx_USB0_Descriptor.h
│ │ ├── F3xx_USB0_Descriptor.LST
│ │ ├── F3xx_USB0_InterruptServiceRoutine.c
│ │ ├── F3xx_USB0_InterruptServiceRoutine.h
│ │ ├── F3xx_USB0_InterruptServiceRoutine.LST
│ │ ├── F3xx_USB0_InterruptServiceRoutine.OBJ
│ │ ├── F3xx_USB0_Main.c
│ │ ├── F3xx_USB0_Main.LST
│ │ ├── F3xx_USB0_Main.OBJ
│ │ ├── F3xx_USB0_Register.h
│ │ ├── F3xx_USB0_ReportHandler.c
│ │ ├── F3xx_USB0_ReportHandler.h
│ │ ├── F3xx_USB0_ReportHandler.LST
│ │ ├── F3xx_USB0_ReportHandler.OBJ
│ │ ├── F3xx_USB0_Standard_Requests.c
│ │ ├── F3xx_USB0_Standard_Requests.LST
│ │ ├── F3xx_USB0_Standard_Requests.OBJ
│ │ ├── UsbHid_C8051F340.hex
│ │ ├── UsbHid_C8051F340.lnp
│ │ ├── UsbHid_C8051F340.M51
│ │ ├── UsbHid_C8051F340.opt.bak
│ │ ├── UsbHid_C8051F340_Opt.Bak
│ │ ├── UsbHid_C8051F340.plg
│ │ ├── UsbHid_C8051F340.Uv2.bak
│ │ ├── UsbHid_C8051F340_Uv2.Bak
│ │ ├── UsbHid_C8051F340.uvopt
│ │ └── UsbHid_C8051F340.uvproj
│ ├── HIDClient.rar
│ ├── Interrupts
│ │ └── F34x_External_Interrupts.c
│ ├── Oscillators
│ │ ├── F34x_Clock_Multiplier.c
│ │ ├── F34x_LFO_Idle.c
│ │ ├── F34x_Oscillator_Capacitor.c
│ │ ├── F34x_Oscillator_CMOS.c
│ │ ├── F34x_Oscillator_Crystal.c
│ │ ├── F34x_Oscillator_RC.c
│ │ ├── oscillators-example
│ │ ├── oscillators-example-F34x.c
│ │ ├── oscillators-example-F34x.LST
│ │ ├── oscillators-example-F34x.OBJ
│ │ ├── oscillators-example.lnp
│ │ ├── oscillators-example.M51
│ │ ├── oscillators-example.plg
│ │ ├── oscillators-example.uvopt
│ │ ├── oscillators-example_uvopt.bak
│ │ ├── oscillators-example.uvproj
│ │ ├── oscillators-example_uvproj.bak
│ │ ├── STARTUP.A51
│ │ ├── STARTUP.LST
│ │ └── STARTUP.OBJ
│ ├── PCA
│ │ ├── 8bitPWMtest
│ │ ├── 8bitPWMtest.lnp
│ │ ├── 8bitPWMtest.M51
│ │ ├── 8bitPWMtest.plg
│ │ ├── 8bitPWMtest.uvopt
│ │ ├── 8bitPWMtest_uvopt.bak
│ │ ├── 8bitPWMtest.uvproj
│ │ ├── 8bitPWMtest_uvproj.bak
│ │ ├── ExtDll.iex
│ │ ├── F34x_PCA0_16Bit_PWM_Output.c
│ │ ├── F34x_PCA0_8Bit_PWM_Output.c
│ │ ├── F34x_PCA0_8Bit_PWM_Output.LST
│ │ ├── F34x_PCA0_8Bit_PWM_Output.OBJ
│ │ ├── F34x_PCA0_Capture_Input.c
│ │ ├── F34x_PCA0_Frequency_Output.c
│ │ ├── F34x_PCA0_Frequency_Output_Test.c
│ │ ├── F34x_PCA0_Frequency_Output_Test.LST
│ │ ├── F34x_PCA0_Frequency_Output_Test.OBJ
│ │ ├── F34x_PCA0_High_Speed_Output.c
│ │ ├── F34x_PCA0_Software_Timer_Blinky.c
│ │ ├── PCATEST
│ │ ├── PCATEST.lnp
│ │ ├── PCATEST.M51
│ │ ├── PCATEST.plg
│ │ ├── PCATEST.uvopt
│ │ ├── PCATEST_uvopt.bak
│ │ ├── PCATEST.uvproj
│ │ ├── PCATEST_uvproj.bak
│ │ ├── STARTUP.A51
│ │ ├── STARTUP.LST
│ │ └── STARTUP.OBJ
│ ├── PortIO
│ │ ├── ExtDll.iex
│ │ ├── F34x_Ports_SwitchesLEDs.c
│ │ ├── F34x_Ports_SwitchesLEDs.LST
│ │ ├── F34x_Ports_SwitchesLEDs.OBJ
│ │ ├── PortIO
│ │ ├── PortIO.hex
│ │ ├── PortIO.lnp
│ │ ├── PortIO.M51
│ │ ├── PortIO.opt.bak
│ │ ├── PortIO_Opt.Bak
│ │ ├── PortIO.plg
│ │ ├── PortIO.Uv2.bak
│ │ ├── PortIO_Uv2.Bak
│ │ ├── PortIO.uvopt
│ │ ├── PortIO_uvopt.bak
│ │ ├── PortIO.uvproj
│ │ └── PortIO_uvproj.bak
│ ├── SMBus
│ │ ├── F34x_SMBus_EEPROM.c
│ │ ├── F34x_SMBus_EEPROM.LST
│ │ ├── F34x_SMBus_EEPROM.OBJ
│ │ ├── F34x_SMBus_Master.c
│ │ ├── F34x_SMBus_Master_Multibyte.c
│ │ ├── F34x_SMBus_Multimaster.c
│ │ ├── F34x_SMBus_Slave.c
│ │ ├── F34x_SMBus_Slave_Multibyte.c
│ │ ├── i2c-example
│ │ ├── i2c-example.lnp
│ │ ├── i2c-example.M51
│ │ ├── i2c-example.plg
│ │ ├── i2c-example.uvopt
│ │ ├── i2c-example_uvopt.bak
│ │ ├── i2c-example.uvproj
│ │ └── i2c-example_uvproj.bak
│ ├── SPI
│ │ ├── F34x_SPI0_EEPROM_Polled_Mode.c
│ │ ├── F34x_SPI0_Master.c
│ │ └── F34x_SPI0_Slave.c
│ ├── Timers
│ │ ├── ExtDll.iex
│ │ ├── F34x_Timer0_13bitExtTimer.c
│ │ ├── F34x_Timer0_13bitTimer.c
│ │ ├── F34x_Timer0_16bitTimer.c
│ │ ├── F34x_Timer0_8bitReloadTimer.c
│ │ ├── F34x_Timer0_8bitReloadTimer.LST
│ │ ├── F34x_Timer0_8bitReloadTimer.OBJ
│ │ ├── F34x_Timer0_two_8bitTimers.c
│ │ ├── F34x_Timer2_16bitReloadTimer.c
│ │ ├── F34x_Timer2_two_8bitTimers.c
│ │ ├── STARTUP.A51
│ │ ├── STARTUP.LST
│ │ ├── STARTUP.OBJ
│ │ ├── time2test
│ │ ├── time2test.c
│ │ ├── time2test.lnp
│ │ ├── time2test.LST
│ │ ├── time2test.M51
│ │ ├── time2test.OBJ
│ │ ├── time2test.plg
│ │ ├── time2test.uvopt
│ │ ├── time2test_uvopt.bak
│ │ ├── time2test.uvproj
│ │ ├── time2test_uvproj.bak
│ │ ├── timer-example
│ │ ├── timer-example.lnp
│ │ ├── timer-example.M51
│ │ ├── timer-example.plg
│ │ ├── timer-example.uvopt
│ │ ├── timer-example_uvopt.bak
│ │ ├── timer-example.uvproj
│ │ └── timer-example_uvproj.bak
│ ├── UART
│ │ ├── F34x_UART0_Interrupt.c
│ │ ├── F34x_UART_MultiUART.c
│ │ └── F34x_UART_STDIO.c
│ ├── USB_Bulk
│ │ ├── Driver_Source
│ │ │ ├── bulkdev.c
│ │ │ ├── bulkdev.h
│ │ │ ├── Bulk Driver Reference Manual.pdf
│ │ │ ├── bulkpnp.c
│ │ │ ├── bulkpnp.h
│ │ │ ├── bulkpwr.c
│ │ │ ├── bulkpwr.h
│ │ │ ├── bulkrwr.c
│ │ │ ├── bulkrwr.h
│ │ │ ├── bulkusb.bmf
│ │ │ ├── bulkusb.c
│ │ │ ├── bulkusb.h
│ │ │ ├── bulkusb.mof
│ │ │ ├── bulkusb.rc
│ │ │ ├── bulkusr.h
│ │ │ ├── bulkwdm98.c
│ │ │ ├── bulkwdm98.cpp
│ │ │ ├── bulkwdm98.h
│ │ │ ├── bulkwmi.c
│ │ │ ├── bulkwmi.h
│ │ │ ├── makefile
│ │ │ ├── makefile.inc
│ │ │ ├── ReadMe.txt
│ │ │ ├── resource.h
│ │ │ ├── sources
│ │ │ └── sources.txt
│ │ ├── F32x_BulkFileTransfer.exe
│ │ ├── Firmware
│ │ │ ├── F34x_USB0_Bulk.wsp
│ │ │ ├── F34x_USB_Config.h
│ │ │ ├── F34x_USB_Descriptors.c
│ │ │ ├── F34x_USB_Descriptors.h
│ │ │ ├── F34x_USB_ISR.c
│ │ │ ├── F34x_USB_Main.c
│ │ │ ├── F34x_USB_Main.h
│ │ │ ├── F34x_USB_Registers.h
│ │ │ ├── F34x_USB_Request.h
│ │ │ ├── F34x_USB_Standard_Requests.c
│ │ │ ├── F34x_USB_Structs.h
│ │ │ ├── F34x_USB_Utilities.c
│ │ │ └── ReadMe.txt
│ │ ├── Host Application Source
│ │ │ ├── F32x_BulkFileTransfer.cpp
│ │ │ ├── F32x_BulkFileTransferDlg.cpp
│ │ │ ├── F32x_BulkFileTransferDlg.h
│ │ │ ├── F32x_BulkFileTransfer.dsp
│ │ │ ├── F32x_BulkFileTransferFunctions.h
│ │ │ ├── F32x_BulkFileTransfer.h
│ │ │ ├── F32x_BulkFileTransfer.rc
│ │ │ ├── F32x_BulkFileTransfer.sln
│ │ │ ├── F32x_BulkFileTransfer.vcproj
│ │ │ ├── F32x_BulkTransferFunctions.cpp
│ │ │ ├── Ioctls.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── blackchip.ico
│ │ │ │ ├── F32x_BulkFileTransfer.rc2
│ │ │ │ └── SilabsLogo.ico
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── usb100.h
│ │ │ ├── UsbIF.cpp
│ │ │ └── UsbIF.h
│ │ ├── ReadMe.txt
│ │ ├── SiBulk.sys
│ │ └── SilabsBulk.inf
│ ├── USB_HID
│ │ ├── BlinkyExample
│ │ │ ├── BlinkyExample
│ │ │ ├── BlinkyExample.lnp
│ │ │ ├── BlinkyExample.M51
│ │ │ ├── BlinkyExample.plg
│ │ │ ├── BlinkyExample.uvopt
│ │ │ ├── BlinkyExample_uvopt.bak
│ │ │ ├── BlinkyExample.uvproj
│ │ │ ├── BlinkyExample_uvproj.bak
│ │ │ ├── c8051f3xx.h
│ │ │ ├── F3xx_Blink_Control_F320.c
│ │ │ ├── F3xx_Blink_Control_F326.c
│ │ │ ├── F3xx_Blink_Control_F340.c
│ │ │ ├── F3xx_Blink_Control_F340.LST
│ │ │ ├── F3xx_Blink_Control_F340.OBJ
│ │ │ ├── F3xx_Blink_Control.h
│ │ │ ├── F3xx_BlinkyExample.wsp
│ │ │ ├── F3xx_USB0_Descriptor.c
│ │ │ ├── F3xx_USB0_Descriptor.h
│ │ │ ├── F3xx_USB0_Descriptor.LST
│ │ │ ├── F3xx_USB0_Descriptor.OBJ
│ │ │ ├── F3xx_USB0_InterruptServiceRoutine.c
│ │ │ ├── F3xx_USB0_InterruptServiceRoutine.h
│ │ │ ├── F3xx_USB0_InterruptServiceRoutine.LST
│ │ │ ├── F3xx_USB0_InterruptServiceRoutine.OBJ
│ │ │ ├── F3xx_USB0_Main.c
│ │ │ ├── F3xx_USB0_Main.LST
│ │ │ ├── F3xx_USB0_Main.OBJ
│ │ │ ├── F3xx_USB0_Register.h
│ │ │ ├── F3xx_USB0_ReportHandler.c
│ │ │ ├── F3xx_USB0_ReportHandler.h
│ │ │ ├── F3xx_USB0_ReportHandler.LST
│ │ │ ├── F3xx_USB0_ReportHandler.OBJ
│ │ │ ├── F3xx_USB0_Standard_Requests.c
│ │ │ ├── F3xx_USB0_Standard_Requests.LST
│ │ │ ├── F3xx_USB0_Standard_Requests.OBJ
│ │ │ ├── HID_Blinky.exe
│ │ │ ├── Host
│ │ │ │ ├── HID_Blinky.cpp
│ │ │ │ ├── HID_BlinkyDlg.cpp
│ │ │ │ ├── HID_BlinkyDlg.h
│ │ │ │ ├── HID_Blinky.h
│ │ │ │ ├── HID_Blinky.ncb
│ │ │ │ ├── HID_Blinky.rc
│ │ │ │ ├── HID_Blinky.sln
│ │ │ │ ├── HID_Blinky.sln.old
│ │ │ │ ├── HID_Blinky.suo
│ │ │ │ ├── HID_Blinky.vcproj
│ │ │ │ ├── HID_Blinky.vcproj.8.00.old
│ │ │ │ ├── HID_Blinky.vcproj.TELLYES-41E89F8.guan hongyan.user
│ │ │ │ ├── HIDDevice.cpp
│ │ │ │ ├── HIDDevice.h
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── res
│ │ │ │ │ ├── HID_Blinky.ico
│ │ │ │ │ └── HID_Blinky.rc2
│ │ │ │ ├── resource.h
│ │ │ │ ├── SLABHIDDevice.dll
│ │ │ │ ├── SLABHIDDevice.lib
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ ├── StdAfx.h
│ │ │ │ ├── UpgradeLog.XML
│ │ │ │ └── _UpgradeReport_Files
│ │ │ │ ├── UpgradeReport.css
│ │ │ │ ├── UpgradeReport_Minus.gif
│ │ │ │ ├── UpgradeReport_Plus.gif
│ │ │ │ └── UpgradeReport.xslt
│ │ │ └── ReadMe.txt
│ │ ├── FirmwareTemplate
│ │ │ ├── c8051f3xx.h
│ │ │ ├── example-1.plg
│ │ │ ├── example-1.uvopt
│ │ │ ├── example-1_uvopt.bak
│ │ │ ├── example-1.uvproj
│ │ │ ├── example-1_uvproj.bak
│ │ │ ├── F320_DEFAULT_CustomApp.c
│ │ │ ├── F326_DEFAULT_CustomApp.c
│ │ │ ├── F340_DEFAULT_CustomApp.c
│ │ │ ├── F3xx_USB0_CustomApp.h
│ │ │ ├── F3xx_USB0_Descriptor.c
│ │ │ ├── F3xx_USB0_Descriptor.h
│ │ │ ├── F3xx_USB0_FirmwareTemplate.wsp
│ │ │ ├── F3xx_USB0_InterruptServiceRoutine.c
│ │ │ ├── F3xx_USB0_InterruptServiceRoutine.h
│ │ │ ├── F3xx_USB0_Main.c
│ │ │ ├── F3xx_USB0_Register.h
│ │ │ ├── F3xx_USB0_ReportHandler.c
│ │ │ ├── F3xx_USB0_ReportHandler.h
│ │ │ ├── F3xx_USB0_Standard_Requests.c
│ │ │ ├── ReadMe.txt
│ │ │ └── STARTUP.A51
│ │ ├── HIDtoUARTExample
│ │ │ ├── c8051f3xx.h
│ │ │ ├── F340_HIDtoUART.c
│ │ │ ├── F3xx_HIDtoUART.h
│ │ │ ├── F3xx_USB0_Descriptor.c
│ │ │ ├── F3xx_USB0_Descriptor.h
│ │ │ ├── F3xx_USB0_InterruptServiceRoutine.c
│ │ │ ├── F3xx_USB0_InterruptServiceRoutine.h
│ │ │ ├── F3xx_USB0_Main.c
│ │ │ ├── F3xx_USB0_Register.h
│ │ │ ├── F3xx_USB0_ReportHandler.c
│ │ │ ├── F3xx_USB0_ReportHandler.h
│ │ │ ├── F3xx_USB0_Standard_Requests.c
│ │ │ ├── HIDtoUART.wsp
│ │ │ └── Host
│ │ │ ├── HID_Blinky
│ │ │ │ ├── HID_Blinky.exe
│ │ │ │ ├── SLABHIDDevice.dll
│ │ │ │ └── Source
│ │ │ │ ├── HID_Blinky.cpp
│ │ │ │ ├── HID_BlinkyDlg.cpp
│ │ │ │ ├── HID_BlinkyDlg.h
│ │ │ │ ├── HID_Blinky.h
│ │ │ │ ├── HID_Blinky.rc
│ │ │ │ ├── HID_Blinky.sln
│ │ │ │ ├── HID_Blinky.vcproj
│ │ │ │ ├── HIDDevice.h
│ │ │ │ ├── ReadMe.txt
│ │ │ │ ├── res
│ │ │ │ │ ├── HID_Blinky.ico
│ │ │ │ │ └── HID_Blinky.rc2
│ │ │ │ ├── resource.h
│ │ │ │ ├── SLABHIDDevice.dll
│ │ │ │ ├── SLABHIDDevice.lib
│ │ │ │ ├── StdAfx.cpp
│ │ │ │ └── StdAfx.h
│ │ │ └── HIDtoUART
│ │ │ ├── HIDtoUARTExample.exe
│ │ │ ├── SLABHIDDevice.dll
│ │ │ └── Source
│ │ │ ├── HIDDevice.h
│ │ │ ├── HIDtoUARTExample.aps
│ │ │ ├── HIDtoUARTExample.cpp
│ │ │ ├── HIDtoUARTExampleDlg.cpp
│ │ │ ├── HIDtoUARTExampleDlg.h
│ │ │ ├── HIDtoUARTExample.h
│ │ │ ├── HIDtoUARTExample.rc
│ │ │ ├── HIDtoUARTExample.vcproj
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── HIDtoUARTExample.ico
│ │ │ │ └── HIDtoUARTExample.rc2
│ │ │ ├── resource.h
│ │ │ ├── SLABHIDDevice.dll
│ │ │ ├── SLABHIDDevice.lib
│ │ │ ├── stdafx.cpp
│ │ │ └── stdafx.h
│ │ ├── KeyboardExample
│ │ │ ├── c8051f3xx.h
│ │ │ ├── F320_USB0_Mouse.c
│ │ │ ├── F326_USB0_Mouse.c
│ │ │ ├── F340_USB0_Mouse.c
│ │ │ ├── F340_USB0_Mouse.LST
│ │ │ ├── F340_USB0_Mouse.OBJ
│ │ │ ├── F3xx_KeyboardExample
│ │ │ ├── F3xx_KeyboardExample.lnp
│ │ │ ├── F3xx_KeyboardExample.M51
│ │ │ ├── F3xx_KeyboardExample.plg
│ │ │ ├── F3xx_KeyboardExample.uvopt
│ │ │ ├── F3xx_KeyboardExample_uvopt.bak
│ │ │ ├── F3xx_KeyboardExample.uvproj
│ │ │ ├── F3xx_KeyboardExample_uvproj.bak
│ │ │ ├── F3xx_MouseExample.wsp
│ │ │ ├── F3xx_USB0_Descriptor.c
│ │ │ ├── F3xx_USB0_Descriptor.h
│ │ │ ├── F3xx_USB0_Descriptor.LST
│ │ │ ├── F3xx_USB0_Descriptor.OBJ
│ │ │ ├── F3xx_USB0_InterruptServiceRoutine.c
│ │ │ ├── F3xx_USB0_InterruptServiceRoutine.h
│ │ │ ├── F3xx_USB0_InterruptServiceRoutine.LST
│ │ │ ├── F3xx_USB0_InterruptServiceRoutine.OBJ
│ │ │ ├── F3xx_USB0_Main.c
│ │ │ ├── F3xx_USB0_Main.LST
│ │ │ ├── F3xx_USB0_Main.OBJ
│ │ │ ├── F3xx_USB0_Mouse.h
│ │ │ ├── F3xx_USB0_Register.h
│ │ │ ├── F3xx_USB0_ReportHandler.c
│ │ │ ├── F3xx_USB0_ReportHandler.h
│ │ │ ├── F3xx_USB0_ReportHandler.LST
│ │ │ ├── F3xx_USB0_ReportHandler.OBJ
│ │ │ ├── F3xx_USB0_Standard_Requests.c
│ │ │ ├── F3xx_USB0_Standard_Requests.LST
│ │ │ ├── F3xx_USB0_Standard_Requests.OBJ
│ │ │ └── ReadMe.txt
│ │ └── MouseExample
│ │ ├── c8051f3xx.h
│ │ ├── cyglink.txt
│ │ ├── F320_USB0_Mouse.c
│ │ ├── F326_USB0_Mouse.c
│ │ ├── F340_USB0_Mouse
│ │ ├── F340_USB0_Mouse.c
│ │ ├── F340_USB0_Mouse.lnp
│ │ ├── F340_USB0_Mouse.LST
│ │ ├── F340_USB0_Mouse.M51
│ │ ├── F340_USB0_Mouse.OBJ
│ │ ├── F340_USB0_Mouse.plg
│ │ ├── F340_USB0_Mouse.uvopt
│ │ ├── F340_USB0_Mouse_uvopt.bak
│ │ ├── F340_USB0_Mouse.uvproj
│ │ ├── F340_USB0_Mouse_uvproj.bak
│ │ ├── F3xx_MouseExample.wsp
│ │ ├── F3xx_USB0_Descriptor.c
│ │ ├── F3xx_USB0_Descriptor.h
│ │ ├── F3xx_USB0_Descriptor.LST
│ │ ├── F3xx_USB0_Descriptor.OBJ
│ │ ├── F3xx_USB0_InterruptServiceRoutine.c
│ │ ├── F3xx_USB0_InterruptServiceRoutine.h
│ │ ├── F3xx_USB0_InterruptServiceRoutine.LST
│ │ ├── F3xx_USB0_InterruptServiceRoutine.OBJ
│ │ ├── F3xx_USB0_Main.c
│ │ ├── F3xx_USB0_Main.LST
│ │ ├── F3xx_USB0_Main.OBJ
│ │ ├── F3xx_USB0_Mouse.h
│ │ ├── F3xx_USB0_Register.h
│ │ ├── F3xx_USB0_ReportHandler.c
│ │ ├── F3xx_USB0_ReportHandler.h
│ │ ├── F3xx_USB0_ReportHandler.LST
│ │ ├── F3xx_USB0_ReportHandler.OBJ
│ │ ├── F3xx_USB0_Standard_Requests.c
│ │ ├── F3xx_USB0_Standard_Requests.LST
│ │ ├── F3xx_USB0_Standard_Requests.OBJ
│ │ └── ReadMe.txt
│ ├── USB_Interrupt
│ │ ├── Driver_Source
│ │ │ ├── intdev.c
│ │ │ ├── intdev.h
│ │ │ ├── intpnp.c
│ │ │ ├── intpnp.h
│ │ │ ├── intpwr.c
│ │ │ ├── intpwr.h
│ │ │ ├── intrwr.c
│ │ │ ├── intrwr.h
│ │ │ ├── intusb.bmf
│ │ │ ├── intusb.c
│ │ │ ├── intusb.h
│ │ │ ├── intusb.mof
│ │ │ ├── intusb.rc
│ │ │ ├── intusr.h
│ │ │ ├── intwdm98.c
│ │ │ ├── intwdm98.h
│ │ │ ├── intwmi.c
│ │ │ ├── intwmi.h
│ │ │ ├── makefile
│ │ │ ├── makefile.inc
│ │ │ ├── ReadMe.txt
│ │ │ ├── resource.h
│ │ │ ├── SiInt.sys
│ │ │ ├── SilabsInt.inf
│ │ │ └── sources
│ │ ├── Firmware
│ │ │ ├── cyglink.txt
│ │ │ ├── F34x_USB0_Interrupt
│ │ │ ├── F34x_USB0_Interrupt.M51
│ │ │ ├── F34x_USB0_Interrupt.wsp
│ │ │ ├── F34x_USB_Descriptor.c
│ │ │ ├── F34x_USB_Descriptor.h
│ │ │ ├── F34x_USB_Descriptor.LST
│ │ │ ├── F34x_USB_Descriptor.OBJ
│ │ │ ├── F34x_USB_ISR.c
│ │ │ ├── F34x_USB_ISR.LST
│ │ │ ├── F34x_USB_ISR.OBJ
│ │ │ ├── F34x_USB_Main.c
│ │ │ ├── F34x_USB_Main.h
│ │ │ ├── F34x_USB_Main.LST
│ │ │ ├── F34x_USB_Main.OBJ
│ │ │ ├── F34x_USB_Register.h
│ │ │ ├── F34x_USB_Standard_Requests.c
│ │ │ ├── F34x_USB_Standard_Requests.LST
│ │ │ ├── F34x_USB_Standard_Requests.OBJ
│ │ │ ├── Interrupt Firmware Reference Manual.pdf
│ │ │ ├── ReadMe.txt
│ │ │ └── tmp.out
│ │ ├── Host Application Source
│ │ │ ├── 3DMeterCtrl.cpp
│ │ │ ├── 3DMeterCtrl.h
│ │ │ ├── DynamicLED.cpp
│ │ │ ├── DynamicLED.h
│ │ │ ├── DynLED.h
│ │ │ ├── MemDC.h
│ │ │ ├── ReadMe.txt
│ │ │ ├── res
│ │ │ │ ├── bitmap1.bmp
│ │ │ │ ├── blackchip.ico
│ │ │ │ ├── res-example.plg
│ │ │ │ ├── res-example.uvopt
│ │ │ │ ├── res-example.uvproj
│ │ │ │ ├── res-example_uvproj.bak
│ │ │ │ ├── SilabsLogo.ico
│ │ │ │ ├── STARTUP.A51
│ │ │ │ └── USBTest.rc2
│ │ │ ├── resource.h
│ │ │ ├── StdAfx.cpp
│ │ │ ├── StdAfx.h
│ │ │ ├── usb100.h
│ │ │ ├── UsbIF.cpp
│ │ │ ├── UsbIF.h
│ │ │ ├── USBTest.cpp
│ │ │ ├── USBTestDlg.cpp
│ │ │ ├── USBTestDlg.h
│ │ │ ├── USBTest.dsp
│ │ │ ├── USBTest.h
│ │ │ ├── USBTest.rc
│ │ │ ├── USBTest.sln
│ │ │ └── USBTest.vcproj
│ │ ├── ReadMe.txt
│ │ ├── SiInt.sys
│ │ ├── SilabsInt.inf
│ │ └── USBTest.exe
│ └── Watchdog
│ ├── F34x_Watchdog.c
│ ├── F34x_Watchdog.__i
│ ├── F34x_Watchdog.LST
│ ├── F34x_Watchdog.OBJ
│ ├── STARTUP.A51
│ ├── STARTUP.LST
│ ├── STARTUP.OBJ
│ ├── watchdog-example
│ ├── watchdog-example.lnp
│ ├── watchdog-example.M51
│ ├── watchdog-example.plg
│ ├── watchdog-example.uvopt
│ ├── watchdog-example_uvopt.bak
│ ├── watchdog-example.uvproj
│ └── watchdog-example_uvproj.bak
├── CP210x Kit
│ ├── an144sw.zip
│ ├── AN205SW.zip
│ ├── CP210x Baud Rate Support(an205).pdf
│ ├── CP210x & CN.pdf
│ ├── CP210x Device Customization Guide(an144).pdf
│ ├── cp210x & EN.pdf
│ └── CP210x_VCP_Win2K_XP_S2K3.zip
├── PTC Resettable Fuses.pdf
├── RC1117.PDF
├── sn75240.pdf
├── SP3223EEY.pdf
├── SPI串行EEPROM系列中文数据手册.pdf
├── USB相关资料
│ ├── an249sw.zip
│ ├── HID Descriptor Tool.zip
│ ├── HID Usage Tables(1.12).pdf
│ ├── HID类协议.pdf
│ ├── HID设备报告描述符.PDF
│ ├── Human Interface Device (HID) Tutorials(AN249).pdf
│ ├── I2C串列傳輸的技巧論述.pdf
│ ├── USB2.0协议中文版.pdf
│ ├── usb 2.0 协议英文版.pdf
│ └── USB标准描述符.PDF
└── 串行I2C系列手册.pdf
45 directories, 590 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论