Difference between revisions of "Struck SIS3302 ADC"
Jump to navigation
Jump to search
| Line 92: | Line 92: | ||
-> s3320Init(0x50000000,0,0) | -> s3320Init(0x50000000,0,0) | ||
s3320Init: ERROR in sysBusToLocalAdrs(0x09,0x50000000,&laddr) | s3320Init: ERROR in sysBusToLocalAdrs(0x09,0x50000000,&laddr) | ||
| + | value = -1 = 0xffffffff | ||
| + | </pre> | ||
| + | |||
| + | |||
| + | tried with bits swapped | ||
| + | |||
| + | <pre> | ||
| + | -> s3320Init(0x05000000,0,0) | ||
| + | s3320Init: ERROR in sysBusToLocalAdrs(0x09,0x5000000,&laddr) | ||
value = -1 = 0xffffffff | value = -1 = 0xffffffff | ||
</pre> | </pre> | ||
Revision as of 18:53, 21 November 2016
SIS 3302 ADC digitizer
Manual
DIP settings
| Address | |
| Jumper | location |
| JP120A | top |
| JP120B | top |
| JP120C | top |
| JP120D | top |
| JP102 | top |
JP101 settings, left pin is toward front face of module
| Address | |
| pins | location |
| left | top |
| right | top |
Jumper JP80 settings
| Address | |
| Pin | Setting |
| 1 | ON |
| 2 | OFF |
| 3 | OFF |
| 4 | OFF |
| 5 | ON |
| 6 | OFF |
| 7 | OFF |
| 8 | ON |
- JTAG jumpers (JP102) are closed on bottom for VME configuration
Address switches
SW1=5 SW2=0
A32 address = 0x50000000
ROC Lib
ROC source directory
Original files on DAQ1 are located in
/home/daq/CODA/ROClibs/sis3300
A copy was put in
/home/daq/CODA/ROClibs/SIS3302
Functions
sisInit
s3320Init (0x50000000, 0, 0)
error message
-> s3320Init(0x50000000,0,0) s3320Init: ERROR in sysBusToLocalAdrs(0x09,0x50000000,&laddr) value = -1 = 0xffffffff
tried with bits swapped
-> s3320Init(0x05000000,0,0) s3320Init: ERROR in sysBusToLocalAdrs(0x09,0x5000000,&laddr) value = -1 = 0xffffffff