ADF4158 and ADF4159 software source code by ADIApproved
The source codes for the ADF4158 and ADF4159 evaluation board control software is attached below.
Warning: You use this at your own risk and it is not officially supported by Analog Devices.
The code is written in C# and the project opens in Microsoft Visual Studio. You can get a free version of Microsoft Visual C# 2010 Express here: http://www.microsoft.com/visualstudio/eng/downloads#d-2010-express
Archived questions appear below
RE: ADF4158 and ADF4159 software source code by kab:
Thanks! That's perfect for us!
RE: ADF4158 and ADF4159 software source code by TF123:
Thanks for sharing this! It's really useful to have a working starting point for developping our own application.
One question regarding the CyUSB interface: I have an application where I want to be able to distinguish several ADF4159 eval boards. Unfortunately the Serialnumber property of the CyUSB device always returns zero. I assume this is because there is no serial number assigned in production. Is there a way for us to assign a serial number to each of our boards?
RE: ADF4158 and ADF4159 software source code by ADIApproved:
Yes - no serial number is programmed in production. It may be possible for you to write the serial number but I haven't looked into it. Consult the CyUSB documentation for more help.
RE: ADF4158 and ADF4159 software source code by TF123:
Thanks. From what I can see this would involve creating a firmware version that inludes a serial number and downloading this into the EEPROM instead of RAM. Any chance you could share the source code for adf4xxx_usb_fw_2_0?
RE: ADF4158 and ADF4159 software source code by ADIApproved:
Yes. Get it here: https://ez.analog.com/message/52311
RE: ADF4158 and ADF4159 software source code by JLiu:
7 years ago....
If only I had found out this earlier. I wasted much time on writing the code a month ago.
