Technical discussions about Freescale (Motorola) DSPs (including the DSP56000, DSP56300, DSP56600, 56800 DSPs).
Search Results for "rtos"
Post a new Thread
phenix232003 - Feb 16 2004
Hi
I´m using the 56F8323( Demo Board ) and codewarrior 6 but I can´t put
an RTOS working because there is no help and no example for this demo
board.
I´m usi... 
sankar murmu - Nov 15 2003
I would like to have any free RTOS for motorola DSP56800. Can any body knows about any freely available RTOS for dsp56800?
Thanks
Sankar
Sankar Murmu
Mobi... 
RTOS [3 Articles]
Roelof Oelofsen - Feb 4 2002
Hi,
Do you people use the uC/OS-II RTOS from Micrium? If so, what do you
think about it e.g. is it worthwhile and what is the resource usage on
the Motorola 56... 
jorge munoz - Nov 23 2003
Hello all,
Yesterday I decide to implement a RTOS for my 56002EVM instead of 568323EVM
that was because I can't find assembler/compiler/linker free.
But ... 
Gregory W.Sampson Sr. - Feb 8 2001
Anyone know of a freeware/shareware/cheapware RTOS for the DSP56XXX series. I
am looking for something like Jean Labrosse's uC/OS-II.
thanx,
greg sampson
... 
mxlorenzo - Mar 18 2004
Hi All, is there an tiny OS that could easily be ported to dsp56858 ?
Ucos-11 is around $4k to embed into product. the product is a low
budget one, so any pointe... 
li_xinming - Sep 3 2004
I expect a career of DSP embedded product development because my
master research is about embedded system to detect structural health
monitoring with DSP56807. Howe... 
Corey, Rick - Apr 1 2005
Hi All
This link has around 50 links to free resources for training on RTOSes,
real-time programming, and embedded development. I found it in a post on
comp.realtime on... 
wang391 - Jul 29 2006
Hi,
I am new to DSP world and know nothing about the embedded software
development so far.
I am targeting for DSP56L307 chip. I am wondering if anyone who has
the develop... 
xiong2046296 - Nov 17 2005
Hi,everyone:
I use 05EVM and Metrowerks SDK2.4, also i use the embedded RTOS
uc-osII2.51 to develop .
Now i have four tasks and three interrupts. They are two quadTimer ... 
t_karin1 - Oct 26 2004
I am working on DSP56807, with SDK2.5 with uCOS-II RTOS. till now I
was working with CW5.1 and everything was great.
However I recently switched to CW6.1 and sin... 
t_karin1 - May 17 2004
I am using DSP56807 for 3 years now, using either the SDK (Ver 2.5)
or my own functions to access the peripherals, and also using uCOS-ii
RTOS.
I am considerin... 
Art Johnson - Jan 6 2003
Thanks John, I'll try that later after I get this crashing problem solved. I've
tracked it down into the initialization for the DSPOS RTOS we're using,
something th... 
Art Johnson - Feb 26 2003
Luis,
You're welcome, I'm always glad to help.
One thing we do use here (and which I very strongly recommend) is a RealTime
Operating System (RTOS). This al... 
Ebersman, Howard - Feb 7 2005
This is a common problem that occurs with multiple processes in an RTOS and in code that uses ISRs.
If a background application wants t... 
Art Johnson - Jan 7 2003
John,
I have found the source of the problem, and it is very serious. In order to
initialize the DSPOS RTOS, you call the function Initialize_Os(). This function... 
chandooramkumar - May 26 2005
Hi,
I am trying to program an ISR in MSCAN recieve routine. I went thru
the archives and found a message frm Art Johnson which was regding the
usage of #pragma Interrup... 
- Sep 1 2001
Motorola DSPD
Product News
Read this newsletter to find out about:
... 
wich...@op.pl - Sep 13 2007
Thanks for response. The thing is, that I don't use any ISRs yet. The debug=
ger doesn't even step into a SystemTask (PE_SystemTask()). Following happen=
s when I debug:
void ... 
Art Johnson - Sep 5 2002
We are designing the DSP56F807 into many of our new products. This
family of devices are in the "ramp-up" stage at Motorola and so should
be available for many year... 
Andre Dias - Apr 3 2005
Hi!
I recommend to try the RTOS- uCos the Jean Labrousse. I have try and
works fine. If you use the Processor Expert it helps to adapt the ucos
to the DSP. I have try in... 
Art Johnson - Oct 9 2002
Actually I just remembered a situation where we have seen this sort of thing (ie
unhandled interrupt) in our systems. It happens if we leave the parallel JTAG
cable... 
Art Johnson - Sep 23 2002
We had this same problem in our applications, it is caused by interrupts
occurring while you are writing to Data (X) Flash. You cannot access
any memory in a Flash ... 
- Sep 19 2002
Very interest discussion. Fortunately for this application I can disable
all interrupts during flash erase&write (disabled for 40msec!!!!! during
page erase) . B... 
wdhaan - Oct 1 2002
Dear Art,
Thank you for your mail. Of course I understand your solution/work
around, with disabling interrupts.
However this ought not to be necessary if a pro... 
Art Johnson - Dec 6 2002
Without knowing a lot more about your system configuration, I cannot say for
sure, but I think this is normal behavior. We are using CodeWarrior version
5.0.2 with ... 
Art Johnson - Dec 5 2002
Here is part of an email I sent to Greg Coonley at DSPOS (the RTOS we use in all
of our products). This should solve the CONST problem for you. This is also
mention... 
Art Johnson - Sep 19 2002
We had this same problem in our applications. You cannot access any memory in a
Flash Interface Unit (FIU) while any page in the FIU is being erased or
programmed. ... 
Art Johnson - Oct 2 2002
I was thinking some more about this subject last night (putting 'const' data
into P memory), and I realized there was another situation where you can save a
lot of ... 
Art Johnson - Oct 8 2002
This issue (extremely poor object code generation in CodeWarrior version 5.0) is
also described in my message "RE: [motoroladsp] case statements - I missed 1
instru... 
Art Johnson - Feb 19 2003
Another possible problem might be caused by your program accessing one page in
Data Flash while you are erasing and programming another page. You cannot
access any ... 
metrowerks - Apr 2 2002
Metrowerks Releases New Versions of CodeWarrior(tm)
Development Tools for DSP56800 and DSP56800E
Low-cost IDE with Editor, Compiler, Assembler, Linker, and
Ins... 
Hoffman, Frank - Jan 30 2002
In reading the mail on the DSP comparisons, we are looking to the DSP/MCU
8xx family very very closely for a few projects.
The selling points to us are:
1) ... 
Art Johnson - Oct 9 2002
My opinion is, that the best and safest thing to do regarding the MSCAN
interrupts is to use the SDK Interrupt Dispatcher and "Normal" interrupts. We
do that here a... 
Art Johnson - Oct 29 2002
Hi Rick
Yes, all you have to do to enable nested interrupts is to #define the priorities
to be from 2-7. If you look in the Motorola SDK file "const.c", you can ... 
Art Johnson - Sep 30 2002
While we're on the subject of CodeWarrior, you may find it interesting to read
about my experiences with this product, and my opinion of how it compares to the
othe... 
Art Johnson - Sep 30 2002
While we're on the subject of CodeWarrior, you may find it interesting to read
about my experiences with this product, and my opinion of how it compares to the
othe... 