Yahoo Groups archive

AVR-Chat

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

Thread

AVRstudio "stack monitor" question

AVRstudio "stack monitor" question

2004-12-28 by James Washer

In AVRstudio, under the debug menu, I see "stack monitor", however it is ALWAY greyed out. I cannot find any mention of it in the AVRstudio help pages.

Does anyone know how to use this?

BTW, what I really hoped to do was keep track of the lowest sp during simulation. Any ideas on how to do this? Or any ideas on general stack overflow detection techniques (aside from "coloring" the data space and then looking for non-colored pages)?


  - jim

p.s. Running AVRstudio 4.10

AT90S8515+AT24C256

2004-12-29 by Ridho Alpha

hello....

can i use AT90S8515 and AT24C256 as program memory ot data memory???

so, how can i name that device??? from the A0 dan A1 of the AT24C256??

thanx

Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now

Re: AT90S8515+AT24C256

2004-12-29 by Don Kinzer

--- In AVR-Chat@yahoogroups.com, Ridho Alpha <pendekar_ridho@y...> 
wrote:
> can i use AT90S8515 and AT24C256 as program memory ot data memory???

You can't execute AVR code from it but you can store data there.  
Technically, it is possible to copy code from the external device to 
Flash but you probably shouldn't do that due to the write cycle 
limitations.

> so, how can i name that device??? from the A0 dan A1 of the 
AT24C256??

I don't understand the question.  The device that you mention has an 
SPI interface.  The A0/A1 lines can be used for selecting among 
multiple devices.

Re: [AVR-Chat] AT90S8515+AT24C256

2004-12-29 by Jim Wagner

Not program memory. For data memory, you have to design
your own data management. 

Jim


On Wed, 29 Dec 2004 00:48:38 +0000 (GMT)
 Ridho Alpha <pendekar_ridho@yahoo.com> wrote:
> 
> hello....
> 
> can i use AT90S8515 and AT24C256 as program memory ot
> data memory???
> 
> so, how can i name that device??? from the A0 dan A1 of
> the AT24C256??
> 
>  
> 
> thanx
> 
> 
> 
> ---------------------------------
>   Yahoo! Messenger - Communicate instantly..."Ping" your
> friends today! Download Messenger Now

---------------------------------------------------------------
The Think Different Store
http://www.thinkdifferentstore.com/
For All Your Mac Gear
---------------------------------------------------------------

Re: [AVR-Chat] Re: AT90S8515+AT24C256

2004-12-29 by John Samperi

At 03:05 AM 29/12/04 -0000, you wrote:
> The device that you mention has an SPI interface.

Is the 24 series SPI or TWI? Xicor used the 24 series
for TWI and the 25 series for SPI. Don't know about
the above chip.

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://www.ampertronics.com.au
* Electronic Design   * Custom Products   * Contract Assembly
******************************************************

Re: [AVR-Chat] AT90S8515+AT24C256

2004-12-30 by Ridho Alpha


so..if i want to use program memory with external EEPROM,what should i do????using parallel EEPROM like AT28CXXX instead of AT24CXX,is it true???

Jim Wagner wrote:
Show quoted textHide quoted text
Not program memory. For data memory, you have to design
your own data management.

Jim


On Wed, 29 Dec 2004 00:48:38 +0000 (GMT)
Ridho Alpha wrote:
>
> hello....
>
> can i use AT90S8515 and AT24C256 as program memory ot
> data memory???
>
> so, how can i name that device??? from the A0 dan A1 of
> the AT24C256??
>
>
>
> thanx
>
>
>
> ---------------------------------
> Yahoo! Messenger - Communicate instantly..."Ping" your
> friends today! Download Messenger Now

---------------------------------------------------------------
The Think Different Store
http://www.thinkdifferentstore.com/
For All Your Mac Gear
---------------------------------------------------------------

Do you Yahoo!?
Yahoo! Mail - now with 250MB free storage. Learn more.

Re: AT90S8515+AT24C256

2004-12-30 by Don Kinzer

--- In AVR-Chat@yahoogroups.com, Ridho Alpha <pendekar_ridho@y...> 
wrote:
> so..if i want to use program memory with external EEPROM,what
> should i do????using parallel EEPROM like AT28CXXX instead of
> AT24CXX,is it true???

My advice: change your plan.

I don't recall seeing any AVR that can directly access external code 
memory.  The AT90S8515 (which is not recommended for new designs, by 
the way), supports external RAM that is in the data space but not for 
code space.

If you need more code space, why don't you switch to a mega16 or 
mega32 which have 2x and 4x as much code space?  They're also faster 
and cheaper and have more capabilities than the AT90S8515.

Re: [AVR-Chat] Re: AT90S8515+AT24C256

2004-12-30 by Ridho Alpha

it's hard to find that in Indonesia

Don Kinzer wrote:

--- In AVR-Chat@yahoogroups.com, Ridho Alpha
wrote:
> so..if i want to use program memory with external EEPROM,what
> should i do????using parallel EEPROM like AT28CXXX instead of
> AT24CXX,is it true???

My advice: change your plan.

I don't recall seeing any AVR that can directly access external code
memory. The AT90S8515 (which is not recommended for new designs, by
the way), supports external RAM that is in the data space but not for
code space.

If you need more code space, why don't you switch to a mega16 or
mega32 which have 2x and 4x as much code space? They're also faster
and cheaper and have more capabilities than the AT90S8515.






Do you Yahoo!?
Yahoo! Mail - Easier than ever with enhanced search. Learn more.

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.