Seeking Assistance with SCA Data Collection on ChipWhisperer CW1173

Hello everyone,

I am researching SCA on ChipWhisperer. In my project, there is an issue that needs to be addressed, which is investigating attacks between different chips within the same chip family. For example, I have a CW1173 with an XMEGA target, and I need data from another XMEGA chip for the investigation. Currently, I only have one CW board, so I am here seeking help.

Could anyone with a CW1173 board help me collect 5000 power traces with the following settings in OpenADC.py:
self.gain.db = 25
self.adc.samples = 500
self.adc.offset = 1300
self.adc.basic_mode = “rising_edge”
self.clock.clkgen_freq = 7.37e6
self.trigger.triggers = “tio4”
self.io.tio1 = “serial_rx”
self.io.tio2 = “serial_tx”
self.io.hs2 = “clkgen”

I would like to receive the power traces in .npy format along with the textin.npy and key.npy files. I appreciate your help.

Thank you very much.