Hello everyone,
I’m working with a ChipWhisperer-Lite and encountered something puzzling during the setup. When I run the Setup_Generic
script, it configures the adc_freq
to be 160 MHz and sometimes even higher. However, according to the documentation, the maximum recommended value for adc_freq
should be 105 MHz.
Here’s an example of the output from the Setup_Generic
script:
INFO: Found ChipWhisperer😍
scope.gain.mode changed from low to high
scope.gain.gain changed from 0 to 30
scope.gain.db changed from 5.5 to 24.8359375
scope.adc.basic_mode changed from low to rising_edge
scope.adc.samples changed from 24400 to 5000
scope.adc.trig_count changed from 231058 to 3194540
scope.clock.adc_src changed from clkgen_x1 to clkgen_x4
scope.clock.adc_freq changed from 0 to 162209632
scope.clock.adc_rate changed from 0.0 to 162209632.0
scope.clock.clkgen_div changed from 1 to 26
scope.clock.clkgen_freq changed from 192000000.0 to 7384615.384615385
scope.io.tio1 changed from serial_tx to serial_rx
scope.io.tio2 changed from serial_rx to serial_tx
scope.io.hs2 changed from None to clkgen
scope.io.cdc_settings changed from bytearray(b'\x01\x00\x00\x00') to bytearray(b'\x00\x00\x00\x00')
I’m curious to understand what this higher frequency value represents. Is it an expected behavior under certain conditions, or could there be a mistake in the configuration process?
Any insights or explanations would be greatly appreciated!
Thanks in advance for your help.
John