DSPRelated.com
Forums

Integrated Development Environment

Started by Akhilesh Rathore February 12, 2002
Hi All,

I am trying to locate an IDE for the C6711 that will
allow me to use my own OS on the C6711. Anybody know
of such an IDE?

- ar



Akhilesh:

I've used Precise/MQX (RTOS) on the C6711, using Code
Composer IDE without any hassles. Nothing special about
it - they (Precise) provide a BSP that works for the
C6211 DSK, there's a little bit of changes needed for
the C6711 (they may already have it ready), and you should
be up and going.

Hope that helps,
g.

> -----Original Message-----
> From: Akhilesh Rathore [mailto:]
> Sent: Monday, February 11, 2002 7:29 PM
> To:
> Subject: [c6x] Integrated Development Environment > Hi All,
>
> I am trying to locate an IDE for the C6711 that will
> allow me to use my own OS on the C6711. Anybody know
> of such an IDE?
>
> - ar > _____________________________________
> Note: If you do a simple "reply" with your email client, only
> the author of this message will receive your answer. You
> need to do a "reply all" if you want your answer to be
> distributed to the entire group.
>
> _____________________________________
> About this discussion group:
>
> To Join: Send an email to
>
> To Post: Send an email to
>
> To Leave: Send an email to
>
> Archives: http://www.yahoogroups.com/group/c6x
>
> Other Groups: http://www.dsprelated.com > ">http://docs.yahoo.com/info/terms/





Hi g,

Thanks for the information on Precise/MQX. Could you
suggest what is the best place to start for
integrating my own OS into Code Composer ?

-ar

--- "WICKS,GEORGE (A-Chicago,ex1)"
<> wrote:
> Akhilesh:
>
> I've used Precise/MQX (RTOS) on the C6711, using
> Code
> Composer IDE without any hassles. Nothing special
> about
> it - they (Precise) provide a BSP that works for the
> C6211 DSK, there's a little bit of changes needed
> for
> the C6711 (they may already have it ready), and you
> should
> be up and going.
>
> Hope that helps,
> g.
>
> > -----Original Message-----
> > From: Akhilesh Rathore
> [mailto:]
> > Sent: Monday, February 11, 2002 7:29 PM
> > To:
> > Subject: [c6x] Integrated Development Environment
> >
> >
> > Hi All,
> >
> > I am trying to locate an IDE for the C6711 that
> will
> > allow me to use my own OS on the C6711. Anybody
> know
> > of such an IDE?
> >
> > - ar
> >
> >
> > _____________________________________
> > Note: If you do a simple "reply" with your email
> client, only
> > the author of this message will receive your
> answer. You
> > need to do a "reply all" if you want your answer
> to be
> > distributed to the entire group.
> >
> > _____________________________________
> > About this discussion group:
> >
> > To Join: Send an email to
>
> >
> > To Post: Send an email to
> >
> > To Leave: Send an email to
>
> >
> > Archives: http://www.yahoogroups.com/group/c6x
> >
> > Other Groups: http://www.dsprelated.com
> >
> >
> > ">http://docs.yahoo.com/info/terms/
> >
> >


__________________________________________________



Hi AR,

Code composer is just an IDE. It will only help you
for debugging purposes/loading code on the target.
Also, if you want, you can use the simulator which
comes with Code composer. I do not understand what you
mean by "integrating" the OS into Code composer.

Do you have the source code for this OS? Or do you
have libraries for the same?

If you have source, you can add the source to a blank
project, add some test code, and then build. This way,
you should be able to use the IDE for loading/debugging
code. I suppose this is what you want to do.

Also, if you have libraries for your BSP, you can easily
add the libraries just as if they were source and add
your test code, compile/build it to get the executable
again.

You can also build your executable out of CCS, using
the makefiles given with your OS, and then use CCS for
loading/debugging.

I hope this is what you wanted to know.

Regards
Girish

--- In c6x@y..., Akhilesh Rathore <akhilesh_rathore@y...> wrote:
> Hi g,
>
> Thanks for the information on Precise/MQX. Could you
> suggest what is the best place to start for
> integrating my own OS into Code Composer ?
>
> -ar
>
> --- "WICKS,GEORGE (A-Chicago,ex1)"
> <george_wicks@a...> wrote:
> > Akhilesh:
> >
> > I've used Precise/MQX (RTOS) on the C6711, using
> > Code
> > Composer IDE without any hassles. Nothing special
> > about
> > it - they (Precise) provide a BSP that works for the
> > C6211 DSK, there's a little bit of changes needed
> > for
> > the C6711 (they may already have it ready), and you
> > should
> > be up and going.
> >
> > Hope that helps,
> > g.
> >
> > > -----Original Message-----
> > > From: Akhilesh Rathore
> > [mailto:akhilesh_rathore@y...]
> > > Sent: Monday, February 11, 2002 7:29 PM
> > > To: c6x@y...
> > > Subject: [c6x] Integrated Development Environment
> > >
> > >
> > > Hi All,
> > >
> > > I am trying to locate an IDE for the C6711 that
> > will
> > > allow me to use my own OS on the C6711. Anybody
> > know
> > > of such an IDE?
> > >
> > > - ar
> > >
> > >
> > > _____________________________________
> > > Note: If you do a simple "reply" with your email
> > client, only
> > > the author of this message will receive your
> > answer. You
> > > need to do a "reply all" if you want your answer
> > to be
> > > distributed to the entire group.
> > >
> > > _____________________________________
> > > About this discussion group:
> > >
> > > To Join: Send an email to
> > c6x-subscribe@y...
> > >
> > > To Post: Send an email to c6x@y...
> > >
> > > To Leave: Send an email to
> > c6x-unsubscribe@y...
> > >
> > > Archives: http://www.yahoogroups.com/group/c6x
> > >
> > > Other Groups: http://www.dsprelated.com
> > >
> > >
> > > ">http://docs.yahoo.com/info/terms/
> > >
> > > __________________________________________________
>