newaetech / chipwhisperer-jupyter

Interactive ChipWhisperer tutorials using Jupyter notebooks.
220 stars 70 forks source link

Lab 2_1A: Volatile Long Ints #39

Closed Armannnnnn closed 1 year ago

Armannnnnn commented 1 year ago

Hi,

I have been working through Lab 2_1A using the ChipWhisperer NANO board. I am attempting to insert the multiply instructions; however, doing so results in a syntax error when initializing volatile long int A since Python doesn't support these keywords. I am pasting the instructions into a Jupyter cell and inserting them in that fashion. Maybe I am missing something about how to insert instructions?

jpcrypt commented 1 year ago

This is not Python code; it is meant to be inserted in the simpleserial-base.c file (part of the target firmware) that is mentioned earlier in the notebook. If you still have difficulties, head over to forum.newae.com, it will be easier to help you there.