mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-21 19:08:53 +01:00
[JUNGFRAU] - Modified memory map address shift for the interface between FPGA and Blackfin SOM. Shift has to be set to 1 since the basic AMC data transfers is 8-bit and not 16-bit.
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
|
||||
|
||||
#define GOODBYE (-200)
|
||||
#define MIN_REQRD_VRSN_T_RD_API 0x171113
|
||||
#define REQRD_FRMWR_VRSN 0x171113
|
||||
#define MIN_REQRD_VRSN_T_RD_API 0x171220
|
||||
#define REQRD_FRMWR_VRSN 0x171220
|
||||
|
||||
|
||||
/* Struct Definitions */
|
||||
|
||||
Reference in New Issue
Block a user