Technical discussions about Freescale (Motorola) DSPs (including the DSP56000, DSP56300, DSP56600, 56800 DSPs).
Search Results for "rif"
Post a new Thread
- Dec 9 2002
Don't afraid. linker.cmd is simple. If you compare my file ahd original
file you can see that I have done little changes.
The line:
.bflash_ext (RX) : OR... 
- Nov 12 2002
In my example I explained only a part of formula. Maybe it's not clear. I
repeat the example:
D = A * B / C
If:
A = 214751
B = 10000
C = 30000
th... 
marc...@qem.it - Oct 14 2005
Hi Isa,
if you use HCT ICs (e.g. 74HCT541) you can power it with 5V and drive it
with an input signal range 0-3.3V(they have a 2V of treshold high level
inp... 
- Nov 11 2002
It's simple to show that
A * (B % C) can overflow!
For example if :
A = 214751
B = 10000
C = 30000
214751 * 30000 = 0x1800134d0
Is it right... 
- Jan 7 2003
To use own boot loader we post process the Codewarrior S file to remove S0
line and add a new S0 line with a global checksum information.
Regards,
Giuliano
... 
- Oct 11 2002
>It depends on how much data you need to save. The Page Erase time (page
= 256 words) >is 20ms minimum, and the Mass Erase (all Data Flash) time is
1... 
- Dec 6 2002
If you want you can increase boot sector size using normal internal flash
sectors. Actual boot sector is not different from other sectors, is only
extern if you ... 
- Oct 14 2002
Ok, I found another that using DS2432!
Which is code size to decode DS2432 information ?
P.S. DS2432 seems expensive (for my applicaton) (around 3.9 euro).
... 
Art Johnson - Oct 11 2002
Motorola will have to answer this one for you. All the Data Sheet shows is
minimum times. The total time for each word is the sum of:
Tads = Address setup time, ... 
- Jan 24 2003
Ok but after my test I can declare that is possible only receive data and
not tx data (with two stop bits).
Do you agree ?
"Johnson, Jerry... 
- Nov 23 2002
The array ResultReg contain the converted results from ADC channel scan
that you have incude in the channel list register. For example if you want
to get the ADC... 
- 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... 
Johnson, Jerry - Jan 7 2003
RE: [motoroladsp] DSP56807 bootloader / S-Record number of lines
In our case we send back to the sender a count of the number of lines we received. The user i... 
Art Johnson - Sep 19 2002
OK, here's the ZIP file containing the files from my last email.
Art
-----Original Message-----
From: [mailto:]
Sent: Thursday, September 19, 2002 7:28 A... 