Hi everyone,
I just started with hardware hacking (both the book and the jupyter notebooks) and I ran into a small issue on the first exercise.
I tested this with the CWLITEXMEGA (old version) and the CWHUSKY and the error comes up no matter what hardware I use.
So I managed to get working firmware on both CWs as well as the XMEGA and CW313(SAM4S) targets. I set all the scripts and nothing weird comes out until I try and run the actual loop part, then this error message pops up every time:
I tried starting over, but it always comes up (checking earlier steps, I can see that ext_offset is there and set to 0, so I wonder why it tells me that âext_offsetâ is not in list.
Anyone ran into this before? I tried running the solution script to see if it was my loop giving the exception, but it seems to be at the beginning of the python code and not related to my part of the code or even the device itself.
My setup is a Windows PC with an up to date Kali Linux machine where I run Jupyter Notebook. Checked that my CW is properly hooked and I do get an ack.
Iâm a bit at a loss here and unable to keep going with that part of the tutorials. Iâll jump to 1_2 for now and see if I can keep going, but still curious about why I get this error when I can see the variable being called in an earlier block.