• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Programming an ATMega324P without a dev board??

Hey guys,

I recently fried an STK-500 by putting in a ATMega324P... T_T I'm beginning to think that that chip isn't supposed to work in the STK-500. However, now I'm out of dev boards and am looking into programming without one. Does anyone know how to do this using AVRStudio 4 with C code?

Thanks
 
There are lots of things you can do. You can use a dongle type programmer (in circuit) or build your own programmer etc. I used to mess with AVRs using one of those in circuit programmers from Atmel and a breadboard. It was not pretty but it worked.

Here are some resources you may want to check out:

http://www.avrfreaks.net
 
Back
Top