creating host application for CY7C68013A

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi

   

I would like create a host application to drive my CY7C68013A.

   

I want to use just C compiler and not C# or .NET framework .

   

I can do this? there are driver and .dll for C compiler ?

   

In any case, how can i program host application in windows 7 just with C compiler?

   

 

   

Thanks

0 Likes
2 Replies
Anonymous
Not applicable

SuiteUSB 3.4 has support for C++ and C# only.

   

For writing host application using C,

   

After installing SuiteUSB 3.4 you can find CyUSB.pdf at C:\Cypress\Cypress SuiteUSB 3.4.5\Driver\ this discusses the IOCTL interface of CyUSB.sys. You'll have to write a host application to talk to this interface.

   

Regards,

   

Anand

0 Likes
Anonymous
Not applicable

Very thanks for the answer!

   

I tried your tip and it works

0 Likes