You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HardwareThis is a HW related topicDiscussionThis is not an issue but a starting point for a discussion
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
From EEVBLOG 6022 thread:
change the configuration for 6022BE
from "ARRAY_AND_SIZE(dc_coupling), FALSE"
to "ARRAY_AND_SIZE(acdc_coupling), TRUE" in these lines:
https://github.com/sigrokproject/libsigrok/blob/fb28e72dfdea0d985e03795f1f058aa4621e7e55/src/hardware/hantek-6xxx/api.c#L79
https://github.com/sigrokproject/libsigrok/blob/fb28e72dfdea0d985e03795f1f058aa4621e7e55/src/hardware/hantek-6xxx/api.c#L86
(do the same also for BL if needed).
change this line
https://github.com/sigrokproject/sigrok-firmware-fx2lafw/blob/61f1c8fc33ce959f167f6bcb5ba3b0959d60b038/hw/hantek-6022be/fw.c#L29
from "#define SET_COUPLING(x)" to "#define SET_COUPLING(x) set_coupling(x)"
Beta Was this translation helpful? Give feedback.
All reactions