I’m trying to run the Fault_2-Introduction_to_Vcc_Glitch_Attacks tutorial on the STM32F UFO target board, but seems to be having problems programming the device. After executing the following code
SCOPETYPE = 'OPENADC'
PLATFORM = 'CWLITEARM'
sample_size = 5
%%bash -s "$PLATFORM"
cd ../hardware/victims/firmware/glitch-simple
make PLATFORM=$1 CRYPTO_TARGET=NONE FUNC_SEL=GLITCH_INF
I get the following error message:
I’m using CW v 5.1.3. The glitch-simple folder is where it should be.