AttributeError on cw.scope()

Hey,
I have an AttributeError: 'NoneType' object has no attribute 'clock' when trying to print or use the scope = cw.scope() on a CW Husky.

Below is the result of:

import chipwhisperer as cw
scope = cw.scope()
target = cw.target(scope, cw.targets.SimpleSerial)
cw.naeusb_logger.setLevel(cw.logging.DEBUG)
scope.default_setup()
scope.dis()

[see below as there is a character limit]

I’m on archlinux 6.14.6-arch1-1 and I am part of the chipwhisperer and uucp groups.
I tried to reprogram the cw without success and here’s my /etc/udev/rules.d/50-newae.rules:

SUBSYSTEMS=="usb", ATTRS{idVendor}=="2b3e", ATTRS{idProduct}=="*", MODE="0664", GROUP="chipwhisperer"
SUBSYSTEM=="tty", ATTRS{idVendor}=="2b3e", ATTRS{idProduct}=="*", MODE="0664", GROUP="chipwhisperer", SYMLINK+="cw_serial%n"
SUBSYSTEM=="tty", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="6124", MODE="0664", GROUP="chipwhisperer", SYMLINK+="cw_bootloader%n"

Do you have any idea of something I could try?

[here is the result, part. 1 of the python script]

(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x04\x00\x00\x00\x0b\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0004, response: bytearray(b'M\xc80^')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 0000000B, dlen: 00000004, response: bytearray(b'M\xc80^')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00=\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 0000003D, dlen: 00000001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000000, dlen: 00000001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000000, dlen: 00000001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00\x02\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x12')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000002, dlen: 00000001, response: bytearray(b'\x12')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00\x01\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'$')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000001, dlen: 00000001, response: bytearray(b'$')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x04\x00\x00\x00\x1a\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0004, response: bytearray(b'\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 0000001A, dlen: 00000004, response: bytearray(b'\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x02\x00\x00\x00\x11\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0002, response: bytearray(b'\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000011, dlen: 00000002, response: bytearray(b'\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x02\x00\x00\x00\x0f\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0002, response: bytearray(b'\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 0000000F, dlen: 00000002, response: bytearray(b'\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x04\x00\x00\x00\x14\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0004, response: bytearray(b'\x01\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000014, dlen: 00000004, response: bytearray(b'\x01\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x03\x00\x00\x00!\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0003, response: bytearray(b'\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000021, dlen: 00000003, response: bytearray(b'\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00\\\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 0000005C, dlen: 00000001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00-\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 0000002D, dlen: 00000001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00-\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 0000002D, dlen: 00000001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x02\x00\x00\x00,\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0002, response: bytearray(b'\x00B')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 0000002C, dlen: 00000002, response: bytearray(b'\x00B')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 29, wValue: 0000, wIndex: 0000, data: [0, 1, 0, 0, 0]
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 29, wValue: 0000, wIndex: 0000, data_len: 0003, response: bytearray(b'\x02\x82j')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 29, wValue: 0000, wIndex: 0000, data: [0, 27, 0, 0, 0]
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 29, wValue: 0000, wIndex: 0000, data_len: 0003, response: bytearray(b'\x02\x01\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 29, wValue: 0000, wIndex: 0000, data: [0, 37, 0, 0, 0]
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 29, wValue: 0000, wIndex: 0000, data_len: 0003, response: bytearray(b'\x02\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 29, wValue: 0000, wIndex: 0000, data: [0, 27, 0, 0, 0]
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 29, wValue: 0000, wIndex: 0000, data_len: 0003, response: bytearray(b'\x02\x01\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 29, wValue: 0000, wIndex: 0000, data: [0, 49, 0, 0, 0]
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 29, wValue: 0000, wIndex: 0000, data_len: 0003, response: bytearray(b'\x02\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x04\x00\x00\x00\x07\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0004, response: bytearray(b'\x00\xd8\xb8\x05')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000007, dlen: 00000004, response: bytearray(b'\x00\xd8\xb8\x05')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x04\x00\x00\x00\x05\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0004, response: bytearray(b'\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000005, dlen: 00000004, response: bytearray(b'\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x04\x00\x00\x00\x06\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0004, response: bytearray(b'\x82\x01\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000006, dlen: 00000004, response: bytearray(b'\x82\x01\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 29, wValue: 0000, wIndex: 0000, data: [0, 7, 0, 0, 0]
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 29, wValue: 0000, wIndex: 0000, data_len: 0003, response: bytearray(b'\x02\x0f\x0c')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 29, wValue: 0000, wIndex: 0000, data: [0, 49, 0, 0, 0]
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 29, wValue: 0000, wIndex: 0000, data_len: 0003, response: bytearray(b'\x02\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00R\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000052, dlen: 00000001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00\x13\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x01')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000013, dlen: 00000001, response: bytearray(b'\x01')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00\x13\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x01')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000013, dlen: 00000001, response: bytearray(b'\x01')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x02\x00\x00\x00\x13\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0002, response: bytearray(b'\x01\x02')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000013, dlen: 00000002, response: bytearray(b'\x01\x02')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x02\x00\x00\x00(\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0002, response: bytearray(b'\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000028, dlen: 00000002, response: bytearray(b'\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00\x13\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x01')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000013, dlen: 00000001, response: bytearray(b'\x01')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00\x13\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x01')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000013, dlen: 00000001, response: bytearray(b'\x01')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x02\x00\x00\x00\x13\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0002, response: bytearray(b'\x01\x02')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000013, dlen: 00000002, response: bytearray(b'\x01\x02')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x02\x00\x00\x00(\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0002, response: bytearray(b'\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000028, dlen: 00000002, response: bytearray(b'\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00\x13\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x01')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000013, dlen: 00000001, response: bytearray(b'\x01')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x02\x00\x00\x00\x13\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0002, response: bytearray(b'\x01\x02')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000013, dlen: 00000002, response: bytearray(b'\x01\x02')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x02\x00\x00\x00(\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0002, response: bytearray(b'\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000028, dlen: 00000002, response: bytearray(b'\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00\x13\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x01')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000013, dlen: 00000001, response: bytearray(b'\x01')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00\x13\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x01')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000013, dlen: 00000001, response: bytearray(b'\x01')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b"\x02\x00\x00\x00\'\x00\x00\x00")
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0002, response: bytearray(b' \x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000027, dlen: 00000002, response: bytearray(b' \x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x02\x00\x00\x00\x13\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0002, response: bytearray(b'\x01\x02')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000013, dlen: 00000002, response: bytearray(b'\x01\x02')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x02\x00\x00\x00(\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0002, response: bytearray(b'\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000028, dlen: 00000002, response: bytearray(b'\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00\x13\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x01')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000013, dlen: 00000001, response: bytearray(b'\x01')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x08\x00\x00\x007\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0008, response: bytearray(b'\x01\x02\x00\x00\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000037, dlen: 00000008, response: bytearray(b'\x01\x02\x00\x00\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x08\x00\x00\x007\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0008, response: bytearray(b'\x01\x02\x00\x00\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000037, dlen: 00000008, response: bytearray(b'\x01\x02\x00\x00\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x08\x00\x00\x007\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0008, response: bytearray(b'\x01\x02\x00\x00\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000037, dlen: 00000008, response: bytearray(b'\x01\x02\x00\x00\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x08\x00\x00\x007\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0008, response: bytearray(b'\x01\x02\x00\x00\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000037, dlen: 00000008, response: bytearray(b'\x01\x02\x00\x00\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x08\x00\x00\x007\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0008, response: bytearray(b'\x01\x02\x00\x00\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000037, dlen: 00000008, response: bytearray(b'\x01\x02\x00\x00\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x08\x00\x00\x007\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0008, response: bytearray(b'\x01\x02\x00\x00\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000037, dlen: 00000008, response: bytearray(b'\x01\x02\x00\x00\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x08\x00\x00\x007\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0008, response: bytearray(b'\x01\x02\x00\x00\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000037, dlen: 00000008, response: bytearray(b'\x01\x02\x00\x00\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x08\x00\x00\x007\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0008, response: bytearray(b'\x01\x02\x00\x00\x00\x00\x00\x00')

[here is the end of it]

(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000037, dlen: 00000008, response: bytearray(b'\x01\x02\x00\x00\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x08\x00\x00\x007\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0008, response: bytearray(b'\x01\x02\x00\x00\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000037, dlen: 00000008, response: bytearray(b'\x01\x02\x00\x00\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00&\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x03')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000026, dlen: 00000001, response: bytearray(b'\x03')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x08\x00\x00\x007\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0008, response: bytearray(b'\x01\x02\x00\x00\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000037, dlen: 00000008, response: bytearray(b'\x01\x02\x00\x00\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00;\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\xf7')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 0000003B, dlen: 00000001, response: bytearray(b'\xf7')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 31, wValue: 0000, wIndex: 0000, data_len: 0004, response: bytearray(b'\x01\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00%\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000025, dlen: 00000001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00%\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000025, dlen: 00000001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x001\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x01')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000031, dlen: 00000001, response: bytearray(b'\x01')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x08\x00\x00\x003\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0008, response: bytearray(b'\x00\x00\x00\x00\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000033, dlen: 00000008, response: bytearray(b'\x00\x00\x00\x00\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x06\x00\x00\x003\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0006, response: bytearray(b'\x00\x00\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000033, dlen: 00000006, response: bytearray(b'\x00\x00\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x08\x00\x00\x003\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0008, response: bytearray(b'\x00\x00\x00\x00\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000033, dlen: 00000008, response: bytearray(b'\x00\x00\x00\x00\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x04\x00\x00\x00\x19\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0004, response: bytearray(b'\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000019, dlen: 00000004, response: bytearray(b'\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x08\x00\x00\x003\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0008, response: bytearray(b'\x00\x00\x00\x00\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000033, dlen: 00000008, response: bytearray(b'\x00\x00\x00\x00\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x08\x00\x00\x003\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0008, response: bytearray(b'\x00\x00\x00\x00\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000033, dlen: 00000008, response: bytearray(b'\x00\x00\x00\x00\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x06\x00\x00\x00\n\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0006, response: bytearray(b'\x02P\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 0000000A, dlen: 00000006, response: bytearray(b'\x02P\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x04\x00\x00\x00e\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0004, response: bytearray(b'\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000065, dlen: 00000004, response: bytearray(b'\x00\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x02\x00\x00\x00\x0c\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0002, response: bytearray(b'\xca\x0f')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 0000000C, dlen: 00000002, response: bytearray(b'\xca\x0f')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x006\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x01')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000036, dlen: 00000001, response: bytearray(b'\x01')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x008\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000038, dlen: 00000001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x02\x00\x00\x00\x0c\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0002, response: bytearray(b'\xca\x0f')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 0000000C, dlen: 00000002, response: bytearray(b'\xca\x0f')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x02\x00\x00\x00\x0c\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0002, response: bytearray(b'\xca\x0f')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 0000000C, dlen: 00000002, response: bytearray(b'\xca\x0f')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00\r\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\xfd')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 0000000D, dlen: 00000001, response: bytearray(b'\xfd')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x02\x00\x00\x00h\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0002, response: bytearray(b'\x00\x02')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000068, dlen: 00000002, response: bytearray(b'\x00\x02')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x02\x00\x00\x00\x0c\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0002, response: bytearray(b'\xca\x0f')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 0000000C, dlen: 00000002, response: bytearray(b'\xca\x0f')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x008\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000038, dlen: 00000001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x02\x00\x00\x00\x0c\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0002, response: bytearray(b'\xca\x0f')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 0000000C, dlen: 00000002, response: bytearray(b'\xca\x0f')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x008\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000038, dlen: 00000001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x008\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000038, dlen: 00000001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x03\x00\x00\x00f\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0003, response: bytearray(b'\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000066, dlen: 00000003, response: bytearray(b'\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x008\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000038, dlen: 00000001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00`\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x03')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000060, dlen: 00000001, response: bytearray(b'\x03')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00`\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x03')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000060, dlen: 00000001, response: bytearray(b'\x03')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00c\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000063, dlen: 00000001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00I\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x01')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000049, dlen: 00000001, response: bytearray(b'\x01')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00c\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000063, dlen: 00000001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00G\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x02')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000047, dlen: 00000001, response: bytearray(b'\x02')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00H\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000048, dlen: 00000001, response: bytearray(b'\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 13, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00D\x00\x00\x00\x11')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:670) FPGA_WRITE: bulk: no, addr: 00000044, dlen: 00000001, response: <memory at 0x7538f2c42740>
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x02\x00\x00\x00E\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0002, response: bytearray(b'@\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000045, dlen: 00000002, response: bytearray(b'@\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 13, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00D\x00\x00\x00\x14')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:670) FPGA_WRITE: bulk: no, addr: 00000044, dlen: 00000001, response: <memory at 0x7538f2c42800>
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x02\x00\x00\x00E\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0002, response: bytearray(b'\x83\x10')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000045, dlen: 00000002, response: bytearray(b'\x83\x10')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 13, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00D\x00\x00\x00\x16')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:670) FPGA_WRITE: bulk: no, addr: 00000044, dlen: 00000001, response: <memory at 0x7538f2c42740>
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x02\x00\x00\x00E\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0002, response: bytearray(b'A\x10')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000045, dlen: 00000002, response: bytearray(b'A\x10')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 13, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00D\x00\x00\x00\t')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:670) FPGA_WRITE: bulk: no, addr: 00000044, dlen: 00000001, response: <memory at 0x7538f2c42800>
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x02\x00\x00\x00E\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0002, response: bytearray(b'\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000045, dlen: 00000002, response: bytearray(b'\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 13, wValue: 0000, wIndex: 0000, data: bytearray(b'\x01\x00\x00\x00D\x00\x00\x00\x08')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:670) FPGA_WRITE: bulk: no, addr: 00000044, dlen: 00000001, response: <memory at 0x7538f2c42740>
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:546) WRITE_CTRL: bmRequestType: 41,                     bRequest: 12, wValue: 0000, wIndex: 0000, data: bytearray(b'\x02\x00\x00\x00E\x00\x00\x00')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:562) READ_CTRL: bmRequestType: C1,                     bRequest: 12, wValue: 0000, wIndex: 0000, data_len: 0002, response: bytearray(b'\x82\x10')
(ChipWhisperer NAEUSB DEBUG|File naeusb.py:639) FPGA_READ: bulk: no, addr: 00000045, dlen: 00000002, response: bytearray(b'\x82\x10')
Traceback (most recent call last):
  File "/home/nathan/Documents/EDF/phaseSCA/aquisition/collect_traces.py", line 9, in <module>
    scope.default_setup()
    ~~~~~~~~~~~~~~~~~~~^^
  File "/home/nathan/Documents/EDF/phaseSCA/venv/lib/python3.13/site-packages/chipwhisperer/capture/scopes/OpenADC.py", line 348, in default_setup
    scope_dict_pre = self._dict_repr()
  File "/home/nathan/Documents/EDF/phaseSCA/venv/lib/python3.13/site-packages/chipwhisperer/capture/scopes/OpenADC.py", line 976, in _dict_repr
    rtn['LA'] = self.LA._dict_repr()
                ~~~~~~~~~~~~~~~~~~^^
  File "/home/nathan/Documents/EDF/phaseSCA/venv/lib/python3.13/site-packages/chipwhisperer/capture/scopes/cwhardware/ChipWhispererHuskyMisc.py", line 971, in _dict_repr
    rtn['sampling_clock_frequency'] = self.sampling_clock_frequency
                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/nathan/Documents/EDF/phaseSCA/venv/lib/python3.13/site-packages/chipwhisperer/capture/scopes/cwhardware/ChipWhispererHuskyMisc.py", line 1341, in sampling_clock_frequency
    return self._scope.trace.clock.swo_clock_freq
           ^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'clock'

What is cw.__version__?
Do these imports work for you:

from chipwhisperer.capture.trace import TraceWhisperer
from chipwhisperer.capture.trace.TraceWhisperer import UARTTrigger

Thanks for your quick reply.
I have the version 6.0.0, the packages didn’t load at first (setuptools was missing).
Should this fix the issue? I don’t have the CW to test today, will do on monday :slight_smile:

As far as I can tell, what led to your errors is that those imports were failing. If that’s fixed now then everything should be good; let us know if that’s not the case.

It’s working! Thanks a lot!