Jump to content

USB VNC1L module: Difference between revisions

From HW wiki
Calvi (talk | contribs)
Calvi (talk | contribs)
Line 6: Line 6:
== Developing phase ==
== Developing phase ==
'''About VDAP1:'''
'''About VDAP1:'''
[[Image:VDAP.jpg|thumb|Description]]
[[Image:VDAP.jpg|thumb|VDAP Firmware]]
VDIP1 is sold with the ‘VDAP Firmare’ preloaded which typical application is using the Vinculum VNC1L to provide USB Host functionality to a microcontroller. This will have the monitor port on the combined interface allowing BOMS devices (Bulk Only Mass Storage, e.g. Flash Disk) to be connected to Port 2 and USB Slave Peripherals to Port 1 as shown on the figure beside.
VDIP1 is sold with the ‘VDAP Firmare’ preloaded which typical application is using the Vinculum VNC1L to provide USB Host functionality to a microcontroller. This will have the monitor port on the combined interface allowing BOMS devices (Bulk Only Mass Storage, e.g. Flash Disk) to be connected to Port 2 and USB Slave Peripherals to Port 1 as shown on the figure beside.



Revision as of 13:09, 26 July 2007

Project definition

Main task is to create universal C library for microprocesors (ATmega, MSP340, ARM7) which will communicate with VNC1L module. VNC1L module is USB host and its giving possibility to connet any USB device (Flash Disc, web camera, and etc.) to microprocesors. Current task is to connect USB data disc and VNC1L to ATmega microprocesor with SPI and RS232 interface.


Developing phase

About VDAP1:

VDAP Firmware

VDIP1 is sold with the ‘VDAP Firmare’ preloaded which typical application is using the Vinculum VNC1L to provide USB Host functionality to a microcontroller. This will have the monitor port on the combined interface allowing BOMS devices (Bulk Only Mass Storage, e.g. Flash Disk) to be connected to Port 2 and USB Slave Peripherals to Port 1 as shown on the figure beside.

The firmware version actually loaded on the VDIP1 is ‘VDAP_02.08’ which is an old one while ‘VDAP_03.55’ is available on the Vinculum website. It is possible to load it on the VDIP1 but this old version seems to be operational enough so I start working like this.

Results

Documentation

Links