Need of urgent help. Data Acquistion system

Thread Starter

Tejas1992vpuc

Joined May 2, 2014
1
I am a final year engineering student from Bangalore. I am stuck in my project. My project is about data acquisition system.We are using the ATMEL microcontroller AT90USB1287 and lab view software. We need to load the microcontroller using ISP programmer and the sync the hardware and software. Hardware and software parts are ready. don't know how to proceed.
 

t06afre

Joined May 11, 2009
5,934
For this you will as you say need some sort of Atmel programmer. If your school use Atmel microcontrollers in their programming courses they must for sure have some programming equipment also
 

DickCappels

Joined Aug 21, 2008
10,180
First, download and read this short application note that explains how in-circuit programming is done and how to layout your circuit board for in-circuit programming. (Atmel application note AVR-910

www.atmel.com/Images/doc0943.pdf

A list of development tools from Atmel
http://www.atmel.com/products/microcontrollers/avr/?tab=tools

Here is a link to the one ISP programmer user's guide. It is only one of several good programmers.
http://www.jedmicro.com.au/AVRISPmkII_UG.pdf%E2%80%8E

You can use (free) AVRStudio to write assembly language code and to program the chip via the programmer.
http://www.atmel.com/tools/atmelstudio.aspx


Newbie's Guide To AVR Development
http://www.avrfreaks.net/index.php?module=FreaksArticles&func=downloadArticle&id=22

All About Circuits is the best place to ask questions about electronics. The best place on the internet to ask questions about AVR controllers and programming them is the forum at avrfreaks.net
http://www.avrfreaks.net
 
Top