This Forum is Dedicated For all The Object Oriented PIC Lovers .......... The concept behind OOPic is straight forward. Use preprogrammed multitasking Objects from a library of highly optimized Objects to do all the work of interacting with the hardware. Then write small scripts in Basic, C, or Java syntax styles to control the Objects. During operation, the Objects run continuously and simultaneously in the background while the scripts run in the foreground telling the objects what to do.

Monday, December 10, 2007

[oopic] Re: Data storage & data access in EEPROM

--- In oopic@yahoogroups.com, "mora_sutha" <mora_sutha@...> wrote:
>
> Hello,
> I want to store some data in the EEPROM & access it in my
> program. But I don't know how much memory I can use Or from which
> address I can use for this. That means, Since the program also stored
> here, I know that I should be careful about handling it.
> So can you tell how i can find the memory needed by the program?
>

The OOPic IDE/compiler outputs various files that show how memory is
used. I am on my Linux box at the moment so I can't really tell you
what they are.

You can get an idea of memory usage by looking at the Op Code panel in
the IDE. I forget what it is called but it has the object code
listing for your program.

Figure out how much storage you need and start allocating it from the
top down. If you have a S board, use the other EEPROM.

Richard



Yahoo! Groups Links

<*> To visit your group on the web, go to:

http://groups.yahoo.com/group/oopic/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:

http://groups.yahoo.com/group/oopic/join

(Yahoo! ID required)

<*> To change settings via email:
mailto:oopic-digest@yahoogroups.com
mailto:oopic-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
oopic-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:

http://docs.yahoo.com/info/terms/

No comments: