Resurrecting a project that can only use EZ-USB FX3 SDK 1.3.3

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

cross mob
AnMo_1241846
Level 1
Level 1

I found the archive link to Windows v1.3.3, which is necessary for the project I have just been assigned to.

https://www.cypress.com/file/138806/download

However, this is simply a zip of the set of files AFTER installation. So no drivers, or start menu items, or paths get set up.

Where is the link to the Windows v1.3.3 installer please?

0 Likes
1 Solution
YashwantK_46
Moderator
Moderator
Moderator
100 solutions authored 50 solutions authored 50 likes received

Hello,

The FX3 SDK installer can be found for v1.3.4 and you can also use it to build a project using 1.3.3 library once installed.
The FX3 SDK v1.3.4 installer can be found from the link: https://www.cypress.com/documentation/software-and-drivers/ez-usb-fx3-software-development-kit

Once installed, please import your project and do the following:

1.) Right click on the Project -> Properties -> C/C++ Build --> Build Variables

2.) In Build Variables, click on FX3SDKVERSION -> Edit.. -> change value from 1_3_4 to 1_3_3 -> OK -> Apply => OK

This will change the build environment to SDK v1.3.3 and build the firmware image file.

Let me know if you face any issues.

Regards,
Yashwant

View solution in original post

0 Likes
1 Reply
YashwantK_46
Moderator
Moderator
Moderator
100 solutions authored 50 solutions authored 50 likes received

Hello,

The FX3 SDK installer can be found for v1.3.4 and you can also use it to build a project using 1.3.3 library once installed.
The FX3 SDK v1.3.4 installer can be found from the link: https://www.cypress.com/documentation/software-and-drivers/ez-usb-fx3-software-development-kit

Once installed, please import your project and do the following:

1.) Right click on the Project -> Properties -> C/C++ Build --> Build Variables

2.) In Build Variables, click on FX3SDKVERSION -> Edit.. -> change value from 1_3_4 to 1_3_3 -> OK -> Apply => OK

This will change the build environment to SDK v1.3.3 and build the firmware image file.

Let me know if you face any issues.

Regards,
Yashwant

0 Likes