When using atmel ice do I need tor provide the +5v and gnd to the 6 pin debug connector or does it come from the debugger?
I have it working with an Arduino , now I'm trying in on my custom board.
Thanks
When using atmel ice do I need tor provide the +5v and gnd to the 6 pin debug connector or does it come from the debugger?
I have it working with an Arduino , now I'm trying in on my custom board.
Thanks
The debugger does not provide power to the target.
The VTG input samples the power from the target.
http://www.atmel.com/Images/Atmel-42330-Atmel-ICE_UserGuide.pdf
Should have checke the manual 1st - thanks
Debug is now working - number of things were wrong.
- vcc and gnd not connected between spi connector and 328 chip - duh
- removed 1k and cap from reset line
-added 5k on reset to gnd
-non standard header connections on my board required adapter cable - built incorrectly
No partial credit in engineering everything has to be right!
-added 5k on reset to gnd
Not likely needed. debugWire is an 'open-drain' protocol, so it relies on the pull-up internal to the target to lift /RESET high when not driven low. Your pulldown can only interfere with that.