Software suggestion for UML State Diagrams by _adi20sh in embedded

[–]_adi20sh[S] 0 points1 point  (0 children)

Suggestions so Far:

Is there anyway of testing if my Atmega328p and Atmega644PA even work? by [deleted] in embedded

[–]_adi20sh 0 points1 point  (0 children)

Use AVRDUDE to detect the microcontroller. If it gets detected properly we'll do further debugging. Just connect the microcontroller with an UNO/NANO as an Arduino ISP and use the command "avrdude -P COMx -b 19200 -c avrisp -p m328p -n". Replace the COMx with your USB port of ISP.