Discussion group dedicated to the Philips LPC2000 family of ARM MCUs
help on Ecos application development cycle - subhashinimanne - Nov 16 4:01:00 2005
We have developed ARM based Data Acquisition system .I have to
develop software using ecos RTOS .Please help me how to start
application in ecos

(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )
Re: help on Ecos application development cycle - balazs_scherer - Nov 16 4:32:00 2005
--- In lpc2000@lpc2..., "subhashinimanne"
<subhashinimanne@y...> wrote:
>
> We have developed ARM based Data Acquisition system .I have to
> develop software using ecos RTOS .Please help me how to start
> application in ecos
Hello,
What type of processor you have?
What is exactly the application?
Have you used eCos before?
Balazs

(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )
Re: help on Ecos application development cycle - subhashinimanne - Nov 16 4:56:00 2005
LPC2294 Phillips ARM7TDMI-S based Micro controller.The main function
of System is to get data from different meterological,oceanographic
sensors.then process these sensor data store them in NAND Flash disk
for data transmission.Inever used ecos before.but Iknow some functions
--- In lpc2000@lpc2..., "balazs_scherer" <scheba@f...> wrote:
>
> --- In lpc2000@lpc2..., "subhashinimanne"
> <subhashinimanne@y...> wrote:
> >
> > We have developed ARM based Data Acquisition system .I
have to
> > develop software using ecos RTOS .Please help me how to start
> > application in ecos
> >
>
> Hello,
>
> What type of processor you have?
>
> What is exactly the application?
>
> Have you used eCos before?
>
> Balazs

(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )
Re: help on Ecos application development cycle - balazs_scherer - Nov 16 5:22:00 2005
--- In lpc2000@lpc2..., "subhashinimanne"
<subhashinimanne@y...> wrote:
>
> LPC2294 Phillips ARM7TDMI-S based Micro controller.The main function
> of System is to get data from different meterological,oceanographic
> sensors.then process these sensor data store them in NAND Flash disk
> for data transmission.Inever used ecos before.but Iknow some functions
OK, we have a similar project currently with the same processor (the
application are is comletly different, but the functions are about the
same, the only problem that needs a work around is a FAT file system
in the Flash card.)
I'm using the LPC2106 with eCos for a long time, so probably I can
help you.
First you should need external RAM for you LPC2294, because the
internal 16k is not enought to eCos.
To start eCos you sould go to http://sources.redhat.com/ecos/
and perform the downloading and installation steps. Of course
you need cygwin if you are using windows. The installation steps are
well described so just follow them (don't forget to download the arm
gnu tools, the eCos installation it will ask if you want that).
After you have done it it is still many thing to do...
If you are using windows, then you probably need to download the new
version of the configtool from
http://www.ecoscentric.com/devzone/configtool.shtml
The old one should be replaced with this in the ecos-2.0/tools directory.
Try to run this configtool. It should be working and recogniying many
packets.
If you have done these steps write me and I will send the following
steps.
Balazs
> --- In lpc2000@lpc2..., "balazs_scherer" <scheba@f...> wrote:
> >
> > --- In lpc2000@lpc2..., "subhashinimanne"
> > <subhashinimanne@y...> wrote:
> > >
> > > We have developed ARM based Data Acquisition system .I
> have to
> > > develop software using ecos RTOS .Please help me how to start
> > > application in ecos
> > >
> >
> > Hello,
> >
> > What type of processor you have?
> >
> > What is exactly the application?
> >
> > Have you used eCos before?
> >
> > Balazs
>

(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )
Re: help on Ecos application development cycle - nosp...@... - Nov 16 9:50:00 2005
subhashinimanne writes:
> We have developed ARM based Data Acquisition system .I have to
>develop software using ecos RTOS .Please help me how to start
>application in ecos
A question on the eCOS mailing list might provide assistance.
http://ecos.sourceware.org/intouch.html
Regards,
Richard.
http://www.FreeRTOS.org

(You need to be a member of lpc2000 -- send a blank email to lpc2000-subscribe@yahoogroups.com )
Re: help on Ecos application development cycle - Charles Manning - Nov 16 13:15:00 2005
On Wednesday 16 November 2005 21:01, you wrote:
> We have developed ARM based Data Acquisition system .I have to
> develop software using ecos RTOS .Please help me how to start
> application in ecos
I'd suggest that an ecos list would be a better place to ask.

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