Hi all, I’m trying to get started with the ChipWhisperer, however I keep getting the following whenever I run
%%bash
cd ../hardware/victims/firmware/simpleserial-base/
make PLATFORM=CWLITEARM CRYPTO_TARGET=NONE
fw = “../hardware/victims/firmware/simpleserial-base/simpleserial-base-CWLITEARM.hex”cw.program_target(scope, cw.programmers.STM32FProgrammer, fw)
Failed to detect chip. Check following: 1. Connections and device power. 2. Device has valid clock (or remove clock entirely for internal osc). 3. On Rev -02 CW308T-STM32Fx boards, BOOT0 is routed to PDIC.
I’m unsure what I’m currently doing wrong. I’m on windows and am using VirtualBox. The ChipWhisperer is also under the Universal Serial Box devices on device manager.
Thank you so much!
