Basic Testing for power trace

So the testing I need to do is just a basic power trace. I have an Arduino and I just need the code to run and have the husky capture the power trace via sma connector. My thoughts were to break my circuit and have the shunt resistor be measured at the shuntl part of the 313 support board. Do I need to connect the trigger to the GPIO 4 pin?

I’m also having troubles with just starting the scope program. Is there a way to start the scope without having a target board connected to the husky?

Any help is appreciated!

Your Husky came with a manual that has a section explaining exactly that (“Adding a New Target”).

You’ll have to be much more specific! What are you doing and what errors do you get.

Absolutely; for example:

import chipwhisperer as cw
scope = cw.scope()

That’s all there is to it!

1 Like