forked from jhoenicke/Hantek6022API
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upversion to FW0210, new sample rate 128 kS/s (ID: 113)
Signed-off-by: Martin <[email protected]>
- Loading branch information
Showing
16 changed files
with
172 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#define ifconfig_113 0xca | ||
|
||
static const unsigned char waveform_113[ 32 ] = { | ||
0xBB,0xBB,0x00,0x00,0x00,0x00,0x00,0x00, | ||
0x02,0x00,0x01,0x00,0x00,0x00,0x00,0x00, | ||
0x50,0x55,0x55,0x00,0x00,0x00,0x00,0x00, | ||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | ||
}; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
; waveform source file for gpif_compiler | ||
; | ||
; Comment header | ||
; | ||
.WAVEFORM 113 ; 128 kS/s = 48M / 375 | ||
|
||
.TRICTL 1 ; Assume TRICTL=1 | ||
|
||
.IFCLKSRC 1 ; feed internal 30/48 MHz to the GPIF | ||
.3048MHZ 1 ; 48 MHz | ||
.IFCLKOE 0 ; IFCLK tri-state, CTL0 CTL2 drives the ADC | ||
|
||
D 187 OE0 OE2 ; 187 cycles, CTL0 CTL2 low | ||
Z 187 CTL0 CTL2 OE0 OE2 ; 187 cycles, CTL0 CTL2 high | ||
J RDY0 AND RDY0 $0 $0 CTL0 CTL2 OE0 OE2 ; 1 cycle, jp 0 | ||
|
||
; End |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.