Page 1 of 1

Debug

Posted: Tue Jan 17, 2023 12:45 pm
by Bipman
Hi

I think this is the correct forum! I'm a relative beginner with micro controllers and it's all coming together now. As my code becomes more complex, I'm in need of a debugger device. I've looked into the J-TAG connecter etc. and it's all either a bit confusing or very expensive (or both). Could someone point me in the right direction?

Bipman

Re: Debug

Posted: Tue Jan 17, 2023 1:44 pm
by dastels
What hardware and programming language are you using?

Dave

Re: Debug

Posted: Tue Jan 17, 2023 2:00 pm
by Bipman
That would be an Arduino Nano IOT 33 and the Arduino IDE. Then again I also have some sparkfun microboards that I may use. I suppose it matters what chip they use.

Bipman

Re: Debug

Posted: Tue Jan 17, 2023 7:01 pm
by dastels
Yes, the MCU will have an impact on what you need.

This (https://www.adafruit.com/product/3839) is a nice looking bit of debugging hardware if it supports your MCU/board. It make the setup easier.

Dave

Re: Debug

Posted: Wed Jan 18, 2023 4:39 am
by Bipman
OK, thanks. I'll take a look

Bipman