Search the web
Sign In
New User? Sign Up
booksbybibin
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1285 - 1314 of 1866   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1285
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...
subrat nayak
subrat_nitr
Offline Send Email
Apr 1, 2008
8:48 am
1286
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 ...
agni_ho
Offline Send Email
Apr 4, 2008
3:43 pm
1287
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...
tush_08
Offline Send Email
Apr 4, 2008
3:43 pm
1288
Hi All I am getting an error "no rule to make all" can any one tell me what this mean. please help...
agni_ho
Offline Send Email
Apr 4, 2008
3:44 pm
1289
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 ...
wbcDj
Offline Send Email
Apr 4, 2008
3:45 pm
1290
... 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,...
kpkulkarni_1989
Offline Send Email
Apr 7, 2008
11:10 am
1291
can anyone send me the schematic diagram of atmega16 isp... i need it urgently.. thank you...
shamsher_saleem
Offline Send Email
Apr 7, 2008
11:10 am
1292
... 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)...
J C
stereotyperjack
Online Now Send Email
Apr 8, 2008
6:38 am
1293
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 –...
Mihai Galos
mihaigalos
Offline Send Email
Apr 8, 2008
6:38 am
1294
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...
Mihai Galos
mihaigalos
Offline Send Email
Apr 8, 2008
6:38 am
1295
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...
Mihai Galos
mihaigalos
Offline Send Email
Apr 8, 2008
6:38 am
1296
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...
dilip ghara
dilip_ghara
Offline Send Email
Apr 9, 2008
5:08 pm
1297
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...
Ashutosh Upadhyay
newtons_mind
Offline Send Email
Apr 9, 2008
5:08 pm
1298
ok, thanks. ... ____________________________________________________________________________________ You rock. That's why Blockbuster's offering you one month...
kedarnath kulkarni
kpkulkarni1989
Offline Send Email
Apr 9, 2008
5:09 pm
1299
I am trying to program my Atmega16 microcontroller using a BSD programmer. But Programmers notepad keeps on giving me the following error.... moreover starting...
gsjatana
Offline Send Email
Apr 9, 2008
5:09 pm
1300
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...
Mihai Galos
mihaigalos
Offline Send Email
Apr 10, 2008
3:31 am
1301
How do you disable the JTAG on ATmega32L to use that pins for GPIO pins.please can someone give me the correct procedure to do so....
hasansayani
Offline Send Email
Apr 11, 2008
4:21 am
1302
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 ...
Mihai Galos
mihaigalos
Offline Send Email
Apr 14, 2008
6:08 am
1303
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...
sandy2infinity
Offline Send Email
Apr 14, 2008
6:08 am
1304
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...
dynamic_purnima
Online Now Send Email
Apr 14, 2008
6:08 am
1305
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...
John Levreault
jlevro
Offline Send Email
Apr 14, 2008
6:08 am
1306
... following ... when it ... screen ... microcontroller...... ... i think opening install_giveio.bat file will solve the problem or check for libusb0.dll...
dynamic_purnima
Online Now Send Email
Apr 14, 2008
6:08 am
1307
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 ...
Andry Ongkinata
andry_nkt
Online Now Send Email
Apr 14, 2008
1:47 pm
1308
did u add header file delay? sandy2infinity <sandy2infinity@...> wrote: When i tried to compile my program which included...
SOPNO SOPNIL
sopnil1234
Offline Send Email
Apr 15, 2008
8:05 am
1309
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....
ae05_kuswa
Offline Send Email
Apr 15, 2008
8:05 am
1310
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...
amarv1
Offline Send Email
Apr 16, 2008
12:44 pm
1311
u try header file ----- #include<util/delay.h> & the function -------- _delay_ms( any int value); it will work all the best SOPNO SOPNIL...
gautam kumar
gautam_etc
Offline Send Email
Apr 16, 2008
12:44 pm
1312
Respected Sir We are in trouble to run our project (device control through ethernet) actually we have used microcontroller philips 89c51rd2 which contain ...
dkp_cad
Offline Send Email
Apr 22, 2008
6:01 pm
1313
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...
bhav2k05_in
Offline Send Email
Apr 28, 2008
8:51 am
1314
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...
Zenlah
Offline Send Email
Apr 28, 2008
3:43 pm
Messages 1285 - 1314 of 1866   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help