Yahoo Groups archive

AVR-Chat

Index last updated: 2026-04-28 22:41 UTC

Thread

Codevision AVR Compiler

Codevision AVR Compiler

2004-03-17 by Jim Shelton

I just downloaded the Codevision compiler, and I cannot find anywhere 
the size restriction for the evaluation version. I hoping to use the 
ATMega128, I dont need 128K, But I might be up in the 10-16K range.

I dont see any support for the JTAG debugging in the IDE, Can I bring 
the output files to AVR Studio to use the JTAG debugging interface? I 
think I need a COFF version of the file.

Thanks for all the help,

Jim Shelton

RE: [AVR-Chat] Codevision AVR Compiler

2004-03-17 by Larry Barello

Yes, you use Atmel Studio for simulation and JTAG debugging.
Show quoted textHide quoted text
-----Original Message-----
From: Jim Shelton 

I just downloaded the Codevision compiler, and I cannot find anywhere 
the size restriction for the evaluation version. I hoping to use the 
ATMega128, I dont need 128K, But I might be up in the 10-16K range.

I dont see any support for the JTAG debugging in the IDE, Can I bring 
the output files to AVR Studio to use the JTAG debugging interface? I 
think I need a COFF version of the file.

Thanks for all the help,

Jtag

2004-03-17 by David VanHorn

Why me.. :)

Yesterday, I worked all day with my Jtag, no problems.
Today, I can't get through the initial firmware load without studio crashing. 
At the end of the load, I get the "AVR studio has encountered an error and needs to close" message.

I've repowered the target and Jtag. 
I removed and reinstalled studio.
I changed the cable.

I haven't changed anything else on the PC that I'm using to run Studio, other than ripping out studio and reinstalling it.

RE: [AVR-Chat] Jtag

2004-03-17 by Larry Barello

Have you rebooted your PC?  Or more concrete: have you power cycled the PC
to make sure SRAM is cleared?
Show quoted textHide quoted text
-----Original Message-----
From: David VanHorn


Why me.. :)

Yesterday, I worked all day with my Jtag, no problems.
Today, I can't get through the initial firmware load without studio
crashing.
At the end of the load, I get the "AVR studio has encountered an error and
needs to close" message.

I've repowered the target and Jtag.
I removed and reinstalled studio.
I changed the cable.

I haven't changed anything else on the PC that I'm using to run Studio,
other than ripping out studio and reinstalling it.

RE: [AVR-Chat] Jtag

2004-03-17 by David VanHorn

At 08:11 AM 3/17/2004 -0800, Larry Barello wrote:

>Have you rebooted your PC?  Or more concrete: have you power cycled the PC
>to make sure SRAM is cleared?

Rebooted yes, why would power cycling the PC make a difference?

I'll try it.

RE: [AVR-Chat] Jtag

2004-03-17 by samperi@ampertronics.com.au

At 11:29 AM 17/03/04 -0500, you wrote:
>>Rebooted yes, why would power cycling the PC make a difference?

That can only be answered by Bill G I think :-). But I had a similar
problem with the ICE200 about 2 days ago. Lots of misbehaving
and hair pulling, then I hit the on/off switch without doing the usual
nice power down thingy....
Sometimes a reset does not fix some problems but a power down for
a for 30 seconds or so does.

Regards

John Samperi

******************************************************
                        Ampertronics Pty. Ltd.
  11 Brokenwood Place Baulkham Hills, NSW 2153 AUSTRALIA
         Tel. (02) 9674-6495       Fax (02) 9674-8745
               Email: samperi@ampertronics.com.au
                 Website  http://ampertronics.com.au
* Electronic Design   * Technical Services   * Contract Assembly
******************************************************

Atmel Wireless questions

2004-03-17 by Zheng Anding

Hi Larry,
Sorry to bother you and thanks for your help before! Maybe you dont remember me. :)
Now I've come out with a board based on AtMega16 and use RS-485 to communicate with my host PC. Everything works fine so far. But I've a further idea which is I want to convert the wired RS-485 to a some kind of wireless communication. Therefore, I can use my Pocket PC to view and modify the data of the board remotely. That would be more convenient for users. So far what I knew is Pocket PC use Windows CE and support 802.11b or Bluetooth. Program on WinCE is not a difficult thing but for the board I've no idea how to implement this feature. I knew there is a development kit from Atmel which supports Embedded Web Server and TCP/IP stack but I dont know if they have any wireless supports or where can I find any info regarding my issue.
Thanks and have a nice day!
Regards,
Alex Zheng

Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam

RE: [AVR-Chat] Jtag

2004-03-17 by David VanHorn

At 11:29 AM 3/17/2004 -0500, David VanHorn wrote:

>At 08:11 AM 3/17/2004 -0800, Larry Barello wrote:
>
>>Have you rebooted your PC?  Or more concrete: have you power cycled the PC
>>to make sure SRAM is cleared?
>
>Rebooted yes, why would power cycling the PC make a difference?
>
>I'll try it.

Whaddya know.. Working now. 

I love a stable development platform.  Someday, I'll find one. :)

RE: [AVR-Chat] Jtag

2004-03-17 by Larry Barello

Sometimes hardware peripherals (is SRAM considered a peripheral? :) get into
funny states that are not reset with a warm boot.  Hence a power cycle is
needed.  I think the only reason it seems more prevalent with WinXP is that
the OS doesn't crash due to S/W nearly as much as it's predecessors, so all
that is left is flaky hardware.
Show quoted textHide quoted text
-----Original Message-----
From: David VanHorn

At 11:29 AM 3/17/2004 -0500, David VanHorn wrote:

>At 08:11 AM 3/17/2004 -0800, Larry Barello wrote:
>
>>Have you rebooted your PC?  Or more concrete: have you power cycled the PC
>>to make sure SRAM is cleared?
>
>Rebooted yes, why would power cycling the PC make a difference?
>
>I'll try it.

Whaddya know.. Working now.

Re: [AVR-Chat] Atmel Wireless questions

2004-03-17 by chris atwan

Zheng,
 
I noticed your email and I am trying to work with some rs485 communication for a home project.  Is there any way you can help me with this?  
 
Chris Atwan

Zheng Anding <adzheng@yahoo.com> wrote:
Hi Larry,
 
Sorry to bother you and thanks for your help before! Maybe you dont remember me. :)
 
Now I've come out with a board based on AtMega16 and use RS-485 to communicate with my host PC. Everything works fine so far. But I've a further idea which is I want to convert the wired RS-485 to a some kind of wireless communication. Therefore, I can use my Pocket PC to view and modify the data of the board remotely. That would be more convenient for users. So far what I knew is Pocket PC use Windows CE and support 802.11b or Bluetooth. Program on WinCE is not a difficult thing but for the board I've no idea how to implement this feature. I knew there is a development kit from Atmel which supports Embedded Web Server and TCP/IP stack but I dont know if they have any wireless supports or where can I find any info regarding my issue.
 
Thanks and have a nice day!
 
Regards,
Alex Zheng
 

Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam 
Yahoo! Groups SponsorADVERTISEMENT


---------------------------------
Yahoo! Groups Links

   To visit your group on the web, go to:
http://groups.yahoo.com/group/AVR-Chat/
  
   To unsubscribe from this group, send an email to:
AVR-Chat-unsubscribe@yahoogroups.com
  
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam

RE: [AVR-Chat] Atmel Wireless questions

2004-03-18 by JoeT

I have used SitePlayer with an ATmega16. I just plugged the cable into a wireless router and connected a wireless card to my laptop.
And life is good!
JoeT
Show quoted textHide quoted text
-----Original Message-----
From: Zheng Anding [mailto:adzheng@yahoo.com]
Sent: Wednesday, March 17, 2004 3:22 PM
To: AVR-Chat@yahoogroups.com
Subject: [AVR-Chat] Atmel Wireless questions

Hi Larry,
Sorry to bother you and thanks for your help before! Maybe you dont remember me. :)
Now I've come out with a board based on AtMega16 and use RS-485 to communicate with my host PC. Everything works fine so far. But I've a further idea which is I want to convert the wired RS-485 to a some kind of wireless communication. Therefore, I can use my Pocket PC to view and modify the data of the board remotely. That would be more convenient for users. So far what I knew is Pocket PC use Windows CE and support 802.11b or Bluetooth. Program on WinCE is not a difficult thing but for the board I've no idea how to implement this feature. I knew there is a development kit from Atmel which supports Embedded Web Server and TCP/IP stack but I dont know if they have any wireless supports or where can I find any info regarding my issue.
Thanks and have a nice day!
Regards,
Alex Zheng

Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam

Re: Jtag

2004-03-18 by Phil

--- In AVR-Chat@yahoogroups.com, samperi@a... wrote:
> At 11:29 AM 17/03/04 -0500, you wrote:
> >>Rebooted yes, why would power cycling the PC make a difference?
> 
> That can only be answered by Bill G I think :-). 

as much as I find him and his minions responsible for most of the 
ills of the modern computing world, this isn't one that can be laid 
at his door step.   I think the designers of the hardware and driver 
software get this one.  My guess is they put state information in 
memory and have no way of clearing it on system reset.  I suppose a 
cut power trace and NC-momentary switch could fix that...

Re: [AVR-Chat] Re: Jtag

2004-03-18 by erikc

----- Original Message -----
Show quoted textHide quoted text
From: "Phil" <phil1960us@yahoo.com>
To: <AVR-Chat@yahoogroups.com>
Sent: Thursday, March 18, 2004 17:06
Subject: [AVR-Chat] Re: Jtag


> --- In AVR-Chat@yahoogroups.com, samperi@a... wrote:
> > At 11:29 AM 17/03/04 -0500, you wrote:
> > >>Rebooted yes, why would power cycling the PC make a
difference?
> >
> > That can only be answered by Bill G I think :-).
>
> as much as I find him and his minions responsible for most
of the
> ills of the modern computing world, this isn't one that
can be laid
> at his door step.   I think the designers of the hardware
and driver
> software get this one.  My guess is they put state
information in
> memory and have no way of clearing it on system reset.  I
suppose a
> cut power trace and NC-momentary switch could fix that...

It is still shitty design for which there is no excuse.

Erikc  - firewevr@airmail.net
///
"An Fhirinne in aghaidh an tSaoil."
"The Truth against the World."
        -- Bardic Motto

RE: [AVR-Chat] Atmel Wireless questions

2004-03-18 by Zheng Anding

Hi JoeT,
 
Originally I was looking for a module which has been embedded with 802.11b so I dont need a wireless router. If you know this kind of stuff please let me know. This one definitely will make my life easier. Thanks for your reply!
 
Regards,
Alex

JoeT <joet@attg.net> wrote:
I have used SitePlayer with an ATmega16. I just plugged the cable into a wireless router and connected a wireless card to my laptop.
And life is good!
 
JoeT
Show quoted textHide quoted text
-----Original Message-----
From: Zheng Anding [mailto:adzheng@yahoo.com]
Sent: Wednesday, March 17, 2004 3:22 PM
To: AVR-Chat@yahoogroups.com
Subject: [AVR-Chat] Atmel Wireless questions


Hi Larry,
 
Sorry to bother you and thanks for your help before! Maybe you dont remember me. :)
 
Now I've come out with a board based on AtMega16 and use RS-485 to communicate with my host PC. Everything works fine so far. But I've a further idea which is I want to convert the wired RS-485 to a some kind of wireless communication. Therefore, I can use my Pocket PC to view and modify the data of the board remotely. That would be more convenient for users. So far what I knew is Pocket PC use Windows CE and support 802.11b or Bluetooth. Program on WinCE is not a difficult thing but for the board I've no idea how to implement this feature. I knew there is a development kit from Atmel which supports Embedded Web Server and TCP/IP stack but I dont know if they have any wireless supports or where can I find any info regarding my issue.
 
Thanks and have a nice day!
 
Regards,
Alex Zheng
 

Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam 

Yahoo! Groups SponsorADVERTISEMENT


---------------------------------
Yahoo! Groups Links

   To visit your group on the web, go to:
http://groups.yahoo.com/group/AVR-Chat/
  
   To unsubscribe from this group, send an email to:
AVR-Chat-unsubscribe@yahoogroups.com
  
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam

RE: [AVR-Chat] Atmel Wireless questions

2004-03-19 by stevech

ICheck out
http://www.dpactech.com/wireless_dsp.asp
Show quoted textHide quoted text
  -----Original Message-----
  From: Zheng Anding [mailto:adzheng@yahoo.com]
  Sent: Thursday, March 18, 2004 1:17 PM
  To: AVR-Chat@yahoogroups.com
  Subject: RE: [AVR-Chat] Atmel Wireless questions


  Hi JoeT,

  Originally I was looking for a module which has been embedded with 802.11b
so I dont need a wireless router. If you know this kind of stuff please let
me know. This one definitely will make my life easier. Thanks for your
reply!

  Regards,
  Alex

  JoeT <joet@attg.net> wrote:
    I have used SitePlayer with an ATmega16. I just plugged the cable into a
wireless router and connected a wireless card to my laptop.
    And life is good!

    JoeT
      -----Original Message-----
      From: Zheng Anding [mailto:adzheng@yahoo.com]
      Sent: Wednesday, March 17, 2004 3:22 PM
      To: AVR-Chat@yahoogroups.com
      Subject: [AVR-Chat] Atmel Wireless questions


      Hi Larry,

      Sorry to bother you and thanks for your help before! Maybe you dont
remember me. :)

      Now I've come out with a board based on AtMega16 and use RS-485 to
communicate with my host PC. Everything works fine so far. But I've a
further idea which is I want to convert the wired RS-485 to a some kind of
wireless communication. Therefore, I can use my Pocket PC to view and modify
the data of the board remotely. That would be more convenient for users. So
far what I knew is Pocket PC use Windows CE and support 802.11b or
Bluetooth. Program on WinCE is not a difficult thing but for the board I've
no idea how to implement this feature. I knew there is a development kit
from Atmel which supports Embedded Web Server and TCP/IP stack but I dont
know if they have any wireless supports or where can I find any info
regarding my issue.

      Thanks and have a nice day!

      Regards,
      Alex Zheng

      Do you Yahoo!?
      Yahoo! Mail - More reliable, more storage, less spam



  Do you Yahoo!?
  Yahoo! Mail - More reliable, more storage, less spam



----------------------------------------------------------------------------
--
  Yahoo! Groups Links

    a.. To visit your group on the web, go to:
    http://groups.yahoo.com/group/AVR-Chat/

    b.. To unsubscribe from this group, send an email to:
    AVR-Chat-unsubscribe@yahoogroups.com

    c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.