Hello,
I am currently evaluating the capability of developing firmware for FX3 using C++. Still we have been working on FX2 in C and we would like to try using C++ on FX3.
This is what I have done at the moment.
I created a new project as mentioned in EZ-USB Suite User Guide, Version 1.3.3 Section 2.3.
I created an empty project there.
I would like to develop parts of my firmware using C++. Can someone guide me on how to do this?
Thank you.
Hi,
You can take the snippets from the C++ Streamer source code available in the FX3 SDK.
Regards,
- Madhu Sudhan
Hello,
Thank you for the answer. But I could not find the project.
Can you please provide me with the path to to the project in SDK?
Pradeepa,
You can refer to the example firmware provide in the FX3 SDK. The " BulkLpAutoCpp" will demostrate how to use C++ to develop you firmware.
Thanks,
Nishant
Thank you