Hi everyone.
I am new to chipwhisperer. I try to implement the clock and voltage glitch fault attack AES, but I have some questions after I trying to run some tutorials.
The boards I use are CE305 and CE-Lite (2-parts).
-
I know tutorials in archive are no longer supported, but I am still confused about how to tell if the tutorial can be executed on CW305.
PLATFORM = 'CWLITEXMEGA'
andPLATFORM = 'CWLITEARM'
may not be suitable for CW305. -
I know from Getting started with CW305 that there is a CW305 AES tutorial. However, I need to implement the clock and voltage glitch fault attack that’s why I try to use this way to generate clock glitch, and the error appears.
My hardware connecting are measure to clkout (T13) and glitch to clkin (N11).
import chipwhisperer.common.results.glitch as glitch
scope.glitch.offset = 5
scope.glitch.width = 40
scope.glitch.ext_offset = 5
scope.glitch.repeat = 8
scope.arm()
scope.capture()
WARNING:ChipWhisperer Scope:Timeout in OpenADC capture(), no trigger seen! Trigger forced, data is invalid. Status: 0b
WARNING:ChipWhisperer Scope:Timeout in OpenADC capture(), no trigger seen! Trigger forced, data is invalid. Status: 0a
Sorry for those noob questions, but I am really confused. I already tried unplugging the USB interface and restart the code, But this didn’t work. Please help me.
Thank you and wish everyone has a happy new year!