C# Cypress EEPROM Utility with interop calls to deviceIoControl for access to USB driver.


/ Published in: C#
Save to your folder(s)

Cypress FX2 EEPROM utility implemented in C#.net with interop calls to deviceIoControl for access to the USB driver. This utility reads, writes, verifies and erases the EEPROM. It embeds the vend_ax.hex firmware in a byte array and automatically downloads the firmware if it isn't detected in internal RAM. Some of the code was borrowed from the EzUsb or CyConsole utility. Some code was taken from the EzUsbSys.h file and re-defined for use in c#.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.