Gskim
June 21, 2021, 8:36am
1
hello,
i using Chipwhisperer-Lite and the targetboard: CW308(STM32F3)
I am using Windows 10 and i installed ChipWhisperer5_64,
but why second response is not
{‘valid’ : True, ‘payload’ : CWbytearray(b’01’), ‘full_response’: ‘r00\n’’, ‘rv’ : 1}?
i learned “send the correct password - > response 1”
Is what I know wrong?
If it goes like this :
help please.
Gskim
Hi,
rv is unrelated to what you get in the payload.
Alex
Gskim
June 22, 2021, 4:22am
3
Hi,
ok i got it, that is unrelated.
hmm… next why i can’t receive success count in this code?
example this one
It’s like a Mobius strip!
Gskim
It looks like we changed the firmware at some point and forgot to update that notebook. Try changing the if val['rv'] == 1:
to if val['payload'][0] == 1:
Alex