Technical discussions about Freescale (Motorola) DSPs (including the DSP56000, DSP56300, DSP56600, 56800 DSPs).
Search Results for "modulus"
Post a new Thread
Paul Maddox - Jun 6 2003
Dear all,
A new version is up, along with a couple of demos...
LFO is now routable to all three oscillators and I've made a couple of minor
changes to the filt... 
Roelof Oelofsen - Feb 12 2002
Hi all,
In the motorola app. brief to design a class D amplifier, the author
states that to work out the PWM value register, the following formula
applies:
... 
Paul Maddox - Apr 15 2003
Dear list admin,
I've had email bounce back from two people saying;-
This is an automatically generated Delivery Status Notification.
Unable to deliver m... 
Paul Maddox - Sep 23 2003
Bruno,
> > I try to use fixed point math function for multiplying and
> dividing
> > numbers.
> > So I tried to verify by hand the results and they don't mat... 
Paul Maddox - Jun 13 2003
Tim,
>I'm a newbie here and interested in getting hold of a Motorola DSP
evaluation board to play with.
>They seem pretty hard to get hold of and from the Moto... 
Wim de Haan - Apr 14 2004
Hi William,
I think, there is a slip of your keyboard. It must be:
In the DSP56800 family:
JSR pushes PC & SR on the stack.
RTS pops SR & PC from the stac... 
Corey, Rick - Jun 14 2004
Hi
We are presently trying to use the DSP56F803 PWM (channel 4) as a simple
independent PWM output. We are sweeping the output duty cycle from 0% to
100% and t... 
Corey, Rick - Apr 5 2004
Hi
Can anyone imagine a way that a modulus operator (%) in the main loop could
slow down an ISR? I'm stumped.
There's a lot of "div"s in the library functio... 
Ebersman, Howard - Apr 7 2004
If you use up all available processing power, which can happen very quickly if you use frequent library calls, strange things often happen in your code.
... ![RE: [Bulk E-Mail] RE: RE: modulus (%) affects inte rrupts?](/new/images/icon_more.jpg)
Christopher Moore - Jul 26 2004
Hello,
I only know about the 563xx series, but with those parts you can't
access a modular buffer larger than 32768 because of the restricted
range of the poin... 
Matteo_Cardin - Apr 8 2002
Hello at all,
maybe someone can help me:
I have some problems with the PWM initialization (I'm not sure at
100%: sometime my IGBT is exploded during the power-on ... 
Johnson, Jerry - Jan 17 2003
RE: [motoroladsp] Increase resolution for a high frequency PWM on DSP56803
Section 11.5.2 states that the PWM peripheral runs off the bus clock which is at 40 ... 
Corey, Rick - Jan 12 2004
Hi Dave
Is it possible that you have mis-matched declarations? Once I had somewhat
similar behavior because I had defined a variable as unsigned long in one
fi... 