User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
code:code [2024/04/02 09:00] Igor Yefmovcode:code [2024/05/18 22:50] – [Firmware version info C/C++-struct] Igor Yefmov
Line 60: Line 60:
  
 ===== Firmware version info C/C++-struct ===== ===== Firmware version info C/C++-struct =====
-The FX3 version structure is as follows (little-endian memory layout):+Both FX3 and FPGA version structures are as follows (little-endian memory layout):
  
 <code cpp firmware-version.h> <code cpp firmware-version.h>
Line 73: Line 73:
 </code> </code>
  
 +For example the following sequence of bytes:
 +<code>0x0A 0x06 0x08 0x00</code> corresponds to:
 +<code>vendor id 2
 +H/W config 1
 +product 6
 +build type 0
 +build# 1
 +</code>
 +
 +and in little-endian memory layout is equivalent to a ''uint32_t'' value of ''0x0008`060A''
 ===== FX3 Version Info ===== ===== FX3 Version Info =====
 The version id is also encoded into the firmware image file name as: The version id is also encoded into the firmware image file name as:

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

More information