http://www.mil.ufl.edu/courses/eel5666/handouts/Atmel_Code/adc_tst.c http://www.mil.ufl.edu/courses/eel5666/handouts/Atmel_Code/adc_test.c try this two pieces...
Hi All I want to compile a program on winavr which is written using both assmbly language and C. Please tell me what will be the format of this kind of file ...
i hav tried the programmer in files section for programming atmega32 but it doesnt work.it says communication error but all the connections are fine, can...
Hi to everyone I am looking for the bootloader general algorithm. Is it just useful to use the AVR109 application note? or Do they skip some details in the ...
... i dont get u, how did u write the program in assembly as well as C. either it shud be in assembly or in C. try doing that. whenever u compile any program,...
... Since WinAVR is GCC, you can google for GCC and Inline Assembly. In my opinion though (I was using inline assembly with GCC for the PC, not embedded use)...
I suppose the bootloader is similar between devices, but i cannot say for sure. For ATMega8 please refer to atmega8's page 209: Boot Loader Support –...
Hello agni, have you compiled your C source? Winavr is a plugin for AVRStudio. You will compile your sources from AVRStudio. After that, use AVRDude to...
Hey kpkulkarni, you can directly state assembler instructions in the C code in AVRStudio using the function asm(), for example use asm("sei"). mixed assembly...
Can any one tell me what is the logic behind the IC tester ? Actually I want to test the 74XX series IC. How the IC tester find the no of IC? Forgot the famous...
Hi I'm the new member of your group I am fortunate that i've searced this group which is really helpfull to me so i want all you to send email to me related to...
ok, thanks. ... ____________________________________________________________________________________ You rock. That's why Blockbuster's offering you one month...
I am trying to program my Atmega16 microcontroller using a BSD programmer. But Programmers notepad keeps on giving me the following error.... moreover starting...
This question has been posted before. Please use the search function of the group first. Thank you. The answer is : Windows XP does not allow the direct usage...
Hello hasansayani, Sounds to me that you're confusing Atmel's architecture with Freescale's.. As far as I know, Jtag is disabled when the uC starts executing ...
When i tried to compile my program which included delay function, its giving error as Link error: Undefined symbol Delay in module ____.c can anyone help me...
i am taking input from a port n then want to display it on some other port,a very simple one.i configured both ports individually for input n output modes...
It's in the "Fuse" settings. What programmer/interface are you using? If you're using AVR Studio, click on the "Fuses" tab and unclick the JTAG interface. JL...
... following ... when it ... screen ... microcontroller...... ... i think opening install_giveio.bat file will solve the problem or check for libusb0.dll...
Try this code: #include <avr/io.h> void main(void) { // Ports initialization DDRB = 0x00; // set port B for input DDRD = 0xFF; // set port D for output ...
i`ve a project to interface PC dan Uc use modbus protokol. i use some avr chip like atmega8535 or atmega16,, anyone can help me to give some advise. thank`s....
if my guess is right and if u are using WINAVR u didn't include the delay.h file using the predirectory command #include<avr/util/delay.h> hope this helped...
Respected Sir We are in trouble to run our project (device control through ethernet) actually we have used microcontroller philips 89c51rd2 which contain ...
i am trying to connect atmega16 with computer through serial port cable and MAX232 and unable to do so I am following instuctions written in Avrbook. First...
Are you using AVR in windows with Atmels programming software? Do you see the port in device manager in control panel? Have you tried a continuity test with a...