This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

USB2ANY: USB2ANY / SPI execution not possible

Part Number: USB2ANY
Other Parts Discussed in Thread: DAC81416,

Hello,

as a part of my project I want to use the USB2ANY to controll DAC81416 with its EVM. I use the USB2ANY API reference document to get the SPI commands. I work with a Windows x64.

The USB2ANY.dll is installed in SysWOW64 but when I try to execute my code (doesn't matter if Pycharm, Visual Studio Code...) I get:

OSError: [WinError 193] %1 is not a valid Win32 application

As I understand, this problem shouldn't occure since the whole .dll is saved in a folder specifically made for executing 32bit applications in x64 enviroment.

I would be happy if you could help me solve my problem.

Thank you