From bobgardner at aol.com Wed Nov 4 19:25:43 2009
From: bobgardner at aol.com (bobgardner@aol.com)
Date: Wed Nov 4 20:38:03 2009
Subject: [Icc-avr] loc of appbuilder window?
Message-ID: <8CC2BDECAED3BD5-559C-F6C9@webmail-m083.sysops.aol.com>
When I click appbuilder, it pops up down in the bottom right corner, with about top left quarter of window visible. What sequence of button pushes makes it memorize position when closed?!?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://dragonsgate.net/pipermail/icc-avr/attachments/20091104/e663fd13/attachment.html
From richard at imagecraft.com Fri Nov 6 18:14:46 2009
From: richard at imagecraft.com (Richard Man)
Date: Fri Nov 6 19:27:39 2009
Subject: [Icc-avr] Quick beta testing needed
Message-ID: <200911070327.nA73RbA8007313@mail.imagecraft.com>
I am adding some optimizations and if anyone is using a late version
of the AVR compiler and can do some quick rebuild-test cycles in the
next couple days, please email me off-list richard@imagecraft.com.
Thanks.
// richard blog:
// mailing list: http://www.dragonsgate.net/mailman/listinfo
// photo book: http://www.blurb.com/bookstore/detail/745963
[ For technical support on ImageCraft products, please include all
previous replies in your msgs. ]
From rick.drolet at gmail.com Fri Nov 6 18:55:48 2009
From: rick.drolet at gmail.com (Rick Drolet)
Date: Fri Nov 6 20:08:18 2009
Subject: [Icc-avr] Quick beta testing needed
In-Reply-To: <200911070327.nA73RbA8007313@mail.imagecraft.com>
References: <200911070327.nA73RbA8007313@mail.imagecraft.com>
Message-ID:
I have time & would be glad to help.
On Fri, Nov 6, 2009 at 6:14 PM, Richard Man wrote:
> I am adding some optimizations and if anyone is using a late version of the
> AVR compiler and can do some quick rebuild-test cycles in the next couple
> days, please email me off-list richard@imagecraft.com.
>
> Thanks.
>
>
>
> // richard blog: <
> http://imagecraft.wordpress.com>
> // mailing list: http://www.dragonsgate.net/mailman/listinfo
> // photo book: http://www.blurb.com/bookstore/detail/745963
> [ For technical support on ImageCraft products, please include all previous
> replies in your msgs. ]
> _______________________________________________
> Icc-avr mailing list
> Icc-avr@imagecraft.com
> http://dragonsgate.net/mailman/listinfo/icc-avr
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://dragonsgate.net/pipermail/icc-avr/attachments/20091106/d8a8f1f2/attachment.html
From prsalter at bigpond.net.au Fri Nov 6 22:05:21 2009
From: prsalter at bigpond.net.au (Paul Salter)
Date: Fri Nov 6 23:17:34 2009
Subject: [Icc-avr] Quick beta testing needed
References: <200911070327.nA73RbA8007313@mail.imagecraft.com>
Message-ID:
I as well richard
----- Original Message -----
From: Rick Drolet
To: Discussion list for ICCAVR and ICCtiny Users. You do NOT need tosubscribe to icc-announce if you are a member of this.
Sent: Saturday, November 07, 2009 1:55 PM
Subject: Re: [Icc-avr] Quick beta testing needed
I have time & would be glad to help.
On Fri, Nov 6, 2009 at 6:14 PM, Richard Man wrote:
I am adding some optimizations and if anyone is using a late version of the AVR compiler and can do some quick rebuild-test cycles in the next couple days, please email me off-list richard@imagecraft.com.
Thanks.
// richard blog:
// mailing list: http://www.dragonsgate.net/mailman/listinfo
// photo book: http://www.blurb.com/bookstore/detail/745963
[ For technical support on ImageCraft products, please include all previous replies in your msgs. ]
_______________________________________________
Icc-avr mailing list
Icc-avr@imagecraft.com
http://dragonsgate.net/mailman/listinfo/icc-avr
------------------------------------------------------------------------------
_______________________________________________
Icc-avr mailing list
Icc-avr@imagecraft.com
http://dragonsgate.net/mailman/listinfo/icc-avr
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://dragonsgate.net/pipermail/icc-avr/attachments/20091107/0894660d/attachment.html
From ianjames at waitrose.com Sat Nov 7 13:15:14 2009
From: ianjames at waitrose.com (Ian James)
Date: Sat Nov 7 14:27:13 2009
Subject: [Icc-avr] Re: Icc-avr Digest, Vol 64, Issue 2
In-Reply-To: <200911072000.nA7K03Us014831@mail.imagecraft.com>
References: <200911072000.nA7K03Us014831@mail.imagecraft.com>
Message-ID:
On Sat, 07 Nov 2009 20:00:04 -0000, wrote:
Hi Richard,
I have a mega168 project that would be ideal to try your beta version on.
Regards,
Ian James
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
From H.Fuerstenberger at glp.de Fri Nov 13 06:45:06 2009
From: H.Fuerstenberger at glp.de (=?iso-8859-1?Q?F=FCrstenberger=2C_Holger?=)
Date: Fri Nov 13 07:57:28 2009
Subject: [Icc-avr] Assembly Program calls C-Function
In-Reply-To: <200911082000.nA8K02Ff024445@mail.imagecraft.com>
References: <200911082000.nA8K02Ff024445@mail.imagecraft.com>
Message-ID: <0870D146C1394543BA6773B969A091AFAC9ECE50CD@glp-xchg-itt.intern.glp.de>
Hello developers,
i have a real special requirement in my software project. I want to add a existing bootloader to an application. The application is written in assembly and I have programmed a bootloader in C-Code with a special protocol. To reduce the work in the application, the application recognizes the header of the protocol and calls my Handler-function in C (bootloader-section), which is already written.
Which registers do I have to save and setup?
1. Hardware Stack => Don'T Change anything > stores only the PC Counter
2. Software Stack => Setup FramePointer (y-register) under the Hardware Stack with enough space for hardware stack
3. Save Registers R0-R31 (depends on the application)
I would appreciate any suggestions to this project. I quite familiar with the ICC-Compiler, but I'm not sure if all relating things to the compiler was paid attention.
Best regards,
Holger F?rstenberger
From jassenbaum at htp-tel.de Fri Nov 13 10:40:38 2009
From: jassenbaum at htp-tel.de (Johannes Assenbaum)
Date: Fri Nov 13 11:52:58 2009
Subject: [Icc-avr] Assembly Program calls C-Function
References: <200911082000.nA8K02Ff024445@mail.imagecraft.com>
<0870D146C1394543BA6773B969A091AFAC9ECE50CD@glp-xchg-itt.intern.glp.de>
Message-ID:
Hi Holger,
calling C from asm is just the rear-view of icc-avr help/runtime architecture/assembly interface...
That is in special:
- C code is allowed to change any of preserved and volatile registers, which together are all registers. So, which registers you need to save and restore is depending on your asm application. In cases of doubt, always save all.
- C arguments are (still and hopefully forever) 16bit aligned, with first 32 bit passed in r16..19 overflowing to software stack.
- C return value is r16..19 if not void.
And don't overlook to set scope of your C function global ;-)
Best regards,
Johannes
> Hello developers,
> i have a real special requirement in my software project. I want to add a existing
> bootloader to an application. The application is written in assembly and I have
> programmed a bootloader in C-Code with a special protocol. To reduce the work in
> the application, the application recognizes the header of the protocol and calls
> my Handler-function in C (bootloader-section), which is already written.
> Which registers do I have to save and setup?
> 1. Hardware Stack => Don'T Change anything > stores only the PC Counter
> 2. Software Stack => Setup FramePointer (y-register) under the Hardware Stack with
> enough space for hardware stack
> 3. Save Registers R0-R31 (depends on the application)
> I would appreciate any suggestions to this project. I quite familiar with the
> ICC-Compiler, but I'm not sure if all relating things to the compiler was paid
> attention.
> Best regards,
> Holger F?rstenberger
> _______________________________________________
> Icc-avr mailing list
> Icc-avr@imagecraft.com
> http://dragonsgate.net/mailman/listinfo/icc-avr
From bobgardner at aol.com Fri Nov 20 20:08:28 2009
From: bobgardner at aol.com (bobgardner@aol.com)
Date: Fri Nov 20 21:21:10 2009
Subject: [Icc-avr] Make an interrupt vector an area?
Message-ID: <8CC38776A16C989-4D18-9203@webmail-m025.sysops.aol.com>
I'm trying to 'lift' the micrium mega128 port of ucosii v286. This port uses an stk500 with 3.684mhz clk. You'd think about the only thing I'd have to do is adjust the clk freq define and tweak the timer0_comp init, but they try to place the timer0_comp vector in an area with an abs attribute, then they try to org it to an address of 16*4. But since the vectors start at 0, I'd believe 15*4 as the byte addr, but this addr doesnt show up in Johannes' map file summary. So I think there is a plan A and a plan B.... plan A is get the syntax for putting the timer0_comp vector in an area with the correct syntax, or plan B, tell the compiler where the timer0_comp vector is some other way. pragma or ??. Thanks for helping.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://dragonsgate.net/pipermail/icc-avr/attachments/20091120/2e4b917a/attachment.html
From mcih at dataone.in Sat Nov 21 18:09:05 2009
From: mcih at dataone.in (MCIH POP)
Date: Sat Nov 21 19:22:45 2009
Subject: [Icc-avr] AVR Studio 4.18 does not support COF
Message-ID:
AVR Studio Relased last week (4.18) does not open a 'NEW PROJECT' dialog window, in VISTA. Instead it opens it like a text file. The AVRICC PLUGIN also is not getting installed in VISTA (Unable to register that DLL). Any solutions? Work Arounds?
Seralathan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://dragonsgate.net/pipermail/icc-avr/attachments/20091122/b9a4a132/attachment.html
From walter at hs-heilbronn.de Sun Nov 22 23:43:19 2009
From: walter at hs-heilbronn.de (Joachim Walter)
Date: Mon Nov 23 00:55:44 2009
Subject: [Icc-avr] Re: Icc-avr Digest, Vol 64, Issue 6
In-Reply-To: <200911222001.nAMK04KX092297@mail.imagecraft.com>
References: <200911222001.nAMK04KX092297@mail.imagecraft.com>
Message-ID: <4B0A3D17.7080507@hs-heilbronn.de>
icc-avr-request@imagecraft.com schrieb:
> Send Icc-avr mailing list submissions to
> icc-avr@imagecraft.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://dragonsgate.net/mailman/listinfo/icc-avr
> or, via email, send a message with subject or body 'help' to
> icc-avr-request@imagecraft.com
>
> You can reach the person managing the list at
> icc-avr-owner@imagecraft.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Icc-avr digest..."
>
>
> Today's Topics:
>
> 1. AVR Studio 4.18 does not support COF (MCIH POP)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 22 Nov 2009 07:39:05 +0530
> From: MCIH POP
> Subject: [Icc-avr] AVR Studio 4.18 does not support COF
> To: icc-avr@imagecraft.com
> Message-ID:
> Content-Type: text/plain; charset="iso-8859-1"
>
> AVR Studio Relased last week (4.18) does not open a 'NEW PROJECT' dialog window, in VISTA. Instead it opens it like a text file. The AVRICC PLUGIN also is not getting installed in VISTA (Unable to register that DLL). Any solutions? Work Arounds?
>
> Seralathan
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://dragonsgate.net/pipermail/icc-avr/attachments/20091122/b9a4a132/attachment-0001.html
>
> ------------------------------
>
> _______________________________________________
> Icc-avr mailing list
> Icc-avr@imagecraft.com
> http://dragonsgate.net/mailman/listinfo/icc-avr
>
> End of Icc-avr Digest, Vol 64, Issue 6
> **************************************
>
>
I have the same problem with AVR-Studio 4.17, ICCAVR v7.22C and Windows 7.
Joachim
--
Dipl.-Ing.(FH) J. Walter
HS Heilbronn
-Mechatronik-
Max-Planck-Str.39
74081 Heilbronn
Tel.: 07131-504342
Fax: 07131-504143291
From arturo.gasparini at bitlabs.it Mon Nov 23 01:03:48 2009
From: arturo.gasparini at bitlabs.it (Arturo Gasparini)
Date: Mon Nov 23 02:16:19 2009
Subject: [Icc-avr] AVR Studio 4.18 does not support COF
In-Reply-To:
References:
Message-ID: <4B0A4FF4.6030209@bitlabs.it>
I have the same problem with vista and avr icc plugin under vista and
also under xp sp3
Arturo
MCIH POP wrote:
> AVR Studio Relased last week (4.18) does not open a 'NEW PROJECT'
> dialog window, in VISTA. Instead it opens it like a text file. The
> AVRICC PLUGIN also is not getting installed in VISTA (Unable to
> register that DLL). Any solutions? Work Arounds?
>
> Seralathan
> ------------------------------------------------------------------------
>
> _______________________________________________
> Icc-avr mailing list
> Icc-avr@imagecraft.com
> http://dragonsgate.net/mailman/listinfo/icc-avr
From dsmith at medeco.com Mon Nov 23 05:39:39 2009
From: dsmith at medeco.com (David Smith)
Date: Mon Nov 23 06:52:10 2009
Subject: [Icc-avr] Make an interrupt vector an area?
References: <8CC38776A16C989-4D18-9203@webmail-m025.sysops.aol.com>
Message-ID:
Hello Bob,
You can control where the interrupt vector table gets located by using
the "-b" option. Select "project" -> "options" -> "target" and add the
"-bvector:0xMMMM" option (without quotes) to the "other options" box
with MMMM representing the desired location of the vector table. For
example, "-bvector:0x0004" would locate your vector table at 0x0004.
Note that the "MMMM" address is a byte address.
Regards,
David Smith
Senior Electrical Design Engineer
Medeco Security Locks, Inc.
Phone: 540-380-1710
dsmith@medeco.com
_____
From: icc-avr-bounces@imagecraft.com
[mailto:icc-avr-bounces@imagecraft.com] On Behalf Of bobgardner@aol.com
Sent: Friday, November 20, 2009 11:08 PM
To: icc-avr@imagecraft.com
Subject: [Icc-avr] Make an interrupt vector an area?
I'm trying to 'lift' the micrium mega128 port of ucosii v286. This port
uses an stk500 with 3.684mhz clk. You'd think about the only thing I'd
have to do is adjust the clk freq define and tweak the timer0_comp init,
but they try to place the timer0_comp vector in an area with an abs
attribute, then they try to org it to an address of 16*4. But since the
vectors start at 0, I'd believe 15*4 as the byte addr, but this addr
doesnt show up in Johannes' map file summary. So I think there is a plan
A and a plan B.... plan A is get the syntax for putting the timer0_comp
vector in an area with the correct syntax, or plan B, tell the compiler
where the timer0_comp vector is some other way. pragma or ??. Thanks for
helping.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://dragonsgate.net/pipermail/icc-avr/attachments/20091123/b80b8ce5/attachment.html
From jassenbaum at htp-tel.de Mon Nov 23 11:37:18 2009
From: jassenbaum at htp-tel.de (Johannes Assenbaum)
Date: Mon Nov 23 12:49:49 2009
Subject: [Icc-avr] AVR Studio 4.18 does not support COF
References:
<4B0A4FF4.6030209@bitlabs.it>
Message-ID:
I don't use iccavr astudio plugin so often and so had it not running on my latest xp sp3 installation (some 9 month old) yet, only the latest astudio and iccavr.
Upgraded to astudio 4.18 and installed iccavr-plugin from imagecraft website now, and it works.
Best regards,
Johannes
> I have the same problem with vista and avr icc plugin under vista and
> also under xp sp3
> Arturo
> MCIH POP wrote:
>> AVR Studio Relased last week (4.18) does not open a 'NEW PROJECT'
>> dialog window, in VISTA. Instead it opens it like a text file. The
>> AVRICC PLUGIN also is not getting installed in VISTA (Unable to
>> register that DLL). Any solutions? Work Arounds?
>>
>> Seralathan
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Icc-avr mailing list
>> Icc-avr@imagecraft.com
>> http://dragonsgate.net/mailman/listinfo/icc-avr
> _______________________________________________
> Icc-avr mailing list
> Icc-avr@imagecraft.com
> http://dragonsgate.net/mailman/listinfo/icc-avr
From richard-lists at imagecraft.com Mon Nov 23 12:47:36 2009
From: richard-lists at imagecraft.com (Richard Man)
Date: Mon Nov 23 14:01:35 2009
Subject: [Icc-avr] AVR Studio 4.18 does not support COF
In-Reply-To:
References:
Message-ID: <200911232201.nANM1X3s005374@mail.imagecraft.com>
An HTML attachment was scrubbed...
URL: http://dragonsgate.net/pipermail/icc-avr/attachments/20091123/bdf91728/attachment.html
From schaefer at mabel.info Tue Nov 24 00:14:59 2009
From: schaefer at mabel.info (=?ISO-8859-1?Q?Thomas_Sch=E4fer?=)
Date: Tue Nov 24 01:27:39 2009
Subject: [Icc-avr] AVR Studio 4.18 does not support COF
In-Reply-To:
References:
Message-ID: <4B0B9603.7080800@mabel.info>
Hi!
I had a similar problem, but I fixed it. You need to deactivate the Vista UAC.
Afterwards you can register the dll manually with a tool like "reggie" (follow
the link: http://support.softartisans.com/kbview_660.aspx ), and the Plugin will
work fine.
regards,
Thomas
MCIH POP schrieb:
> AVR Studio Relased last week (4.18) does not open a 'NEW PROJECT' dialog
> window, in VISTA. Instead it opens it like a text file. The AVRICC
> PLUGIN also is not getting installed in VISTA (Unable to register that
> DLL). Any solutions? Work Arounds?
>
> Seralathan
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Icc-avr mailing list
> Icc-avr@imagecraft.com
> http://dragonsgate.net/mailman/listinfo/icc-avr
From mcih at dataone.in Wed Nov 25 08:56:19 2009
From: mcih at dataone.in (MCIH POP)
Date: Wed Nov 25 10:09:08 2009
Subject: [Icc-avr] AVR Studio 4.18 does not support COF
Message-ID: <67D146D6AA984FBDBB053DD59FCDC52D@SSLaptop2009>
When Richard says,
'Sorry',
I have no other options. Reverted back to Avr Studio 4.16, which opens the new project dialog box when trying to open cofs.
(I did that as all other suggestion such as tyring reggie.exe failed to add plug-in).
Awaiting 4.18 SP1
Seralathan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://dragonsgate.net/pipermail/icc-avr/attachments/20091125/9ce811ae/attachment.html