RE: [avr-gcc-list] 16 bit Timer Issue.

2009-01-05 Thread Weddington, Eric
-Original Message- From: avr-gcc-list-bounces+eweddington=cso.atmel@nongnu.org [mailto:avr-gcc-list-bounces+eweddington=cso.atmel@nongnu. org] On Behalf Of prabu Sent: Monday, January 05, 2009 5:07 AM To: 'Spiro Trikaliotis'; avr-gcc-list@nongnu.org Subject:

[avr-gcc-list] Re: Sharing code between a bootloader and an application.

2009-01-05 Thread Spiro Trikaliotis
Hello Jim, Jim Brain wrote: Spiro Trikaliotis wrote: There is also a specific firmware available which can update the bootloader itself. I'm looking at the /xu1541/update-bootloader/ area on SF, but I don't understand what I am looking at: * Are you stating that this code will

[avr-gcc-list] Re: thread hijack

2009-01-05 Thread Daniel O'Connor
On Monday 05 January 2009 22:36:31 prabu wrote: Hello Every Body Can Anyone help me to clear my Timer Issue. Am very new to this Please don't hijack a thread with a totally unrelated conversation it makes reading it rather annoying. (ie don't click on a random email and

[avr-gcc-list] 16 bit Timer Issue.

2009-01-05 Thread prabu
Hello Every Body Can Anyone help me to clear my Timer Issue. Am very new to this Controller : AT90CAN128 Extn crystal: 8MHz Tool:ICCAVR I am using timer1 for the delay of 1 second. So the value for the timer TCNT1 (0x1E84).( Clk/1024 prescale). My intention is I have to

[avr-gcc-list] address@hidden ... what is it for ?!

2009-01-05 Thread Vincent Trouilliez
Hi list (and happy new year to everyone) The last time I workd on my AVr project it was gcc version 3.x something, a while ago then. I resuming work on that project now, with a more current version of gcc (4.3.0), and I notice something new : Everytime I run make to compile the project, a weird

Re: [avr-gcc-list] 16 bit Timer Issue.

2009-01-05 Thread Pink Boy
prabu sez, Tool:ICCAVR Aiiig! Back foul spawn of Satan! (heh) I am using timer1 for the delay of 1 second. So the value for the timer TCNT1 (0x1E84).( Clk/1024 prescale). My intention is I have to generate 1 sec periodic delay. AT every one sec the portc PC6 will be

[avr-gcc-list] RE: 16 bit Timer Issue

2009-01-05 Thread Stefan Wimmer
prabu pr...@cet.be wrote: My intention is I have to generate 1 sec periodic delay. AT every one sec the portc PC6 will be toggled .. ...but not with this line: PORTC = ~(1PC6); But as Eric already mentionend: this is a mailinglist about AVR-GCC. You should ask at AVRfreaks or the

Re: [avr-gcc-list] RE: 16 bit Timer Issue

2009-01-05 Thread David Kelly
On Mon, Jan 05, 2009 at 11:50:53PM +0100, Stefan Wimmer wrote: prabu pr...@cet.be wrote: My intention is I have to generate 1 sec periodic delay. AT every one sec the portc PC6 will be toggled .. ...but not with this line: PORTC = ~(1PC6); But as Eric already mentionend: