Sign in

username:

password:



Not a member?

Search rabbit-semi



Search tips

Subscribe to rabbit-semi



Ads

Discussion Groups

Discussion Groups | Rabbit-Semi | RSS Feed is Broken

This is a group for folks designing and programming embedded systems using the Rabbit Semiconductor C-programmable microcontroller. Rabbit Semi is a spin-off from Z-World who makes a variety of embedded modules and tools. This group is not affiliated with either Rabbit or Z-World, but is a user forum for sharing ideas, asking questions, flaunting knowledge, and other typical user group stuff. The Rabbit is a powerful uC, supported by a full-featured C-compiler.

RSS Feed is Broken - ebrains2003 - Jul 7 12:38:37 2008

Note for Yahoo: The RSS feed for this group has been broken since June
26. What's up with that?
------------------------------------



(You need to be a member of rabbit-semi -- send a blank email to rabbit-semi-subscribe@yahoogroups.com )


Large Array - Alexis - Jul 13 11:07:43 2008

Hi All

Wondering if someone can shed some light. I recently used an ARM9 on an
embedded camera project. I could define a large array 48K big to store a
JPEG image. How does one define / store data contiguously in a Rabbit
for a large array like the one I could define in the ARM?

Regards

A.

------------------------------------



(You need to be a member of rabbit-semi -- send a blank email to rabbit-semi-subscribe@yahoogroups.com )

Re: Large Array - pdaderko - Jul 23 17:56:08 2008

--- In r...@yahoogroups.com, Alexis wrote:
>
> Hi All
>
> Wondering if someone can shed some light. I recently used an ARM9 on an
> embedded camera project. I could define a large array 48K big to
store a
> JPEG image. How does one define / store data contiguously in a Rabbit
> for a large array like the one I could define in the ARM?
>
> Regards
>
> A.
>

I needed something similar... this page is very helpful in describing
exactly what you need to do: http://www.shdesigns.org/tips/xmem.shtml .

Pat
------------------------------------



(You need to be a member of rabbit-semi -- send a blank email to rabbit-semi-subscribe@yahoogroups.com )