Technical discussions about Freescale (Motorola) DSPs (including the DSP56000, DSP56300, DSP56600, 56800 DSPs).
Search Results for "56805"
Post a new Thread
Gonggh - Oct 5 2002
Hi all.
When building my own 56805 board, I would add two LCX16245 to drive the
56805's address and data signals, will these cause any problem to the external
bus... 
- Aug 7 2003
I am trying to understand the data that is in the books concerning
interrupts on the 56805.
I am trying to disable all (software/hardware) interrupts by modif... 
- Nov 7 2002
Is about from two years that I'm using 56805 microcontroller and I don't
know yet what PRAM segment is. Can anyone explan me ?
Thanks
... 
- Sep 19 2002
Does anyone know if is necessary to disable all interrupt ISR when
programming or erasing xFlash data ? I'm using 56805 microcontroller in
single chip mode.
Thank... 
mark...@bish.net - Oct 4 2005
56805 DSP and I am trying to shift 16 places to the left into an unsigned
long (32-bit size).
unsigned long big_value = 0;
big_value = 1 << 16;
big_value is... 
- Jan 20 2003
I'm using 56805, and I'm trying to set the SCI with two stop bits. As
mentioned in table 12.2 of family manual it seems possible but is doesn't
work! Does anyone ha... 
ÍõÓÀºÆ - Apr 30 2004
hi, everybody
I have a question about compare registers. The dsp 56805 has two compare
registers. How to use these two registers at same time? The dual Compare
re... 
dperlm22 - Jan 18 2004
I am an EE student and I'm trying to get ahold of an evaluation board
for the 56805 DSP processor to use for my senior design project. The
motorola website lists th... 
- Oct 11 2002
Actualy the boot sector is 2Kword size. If my boot loader program is more
than 2Kword, can I use normal PFlash ? This obviusly reduce the application
size, but Is b... 
Santi Corera - Oct 10 2002
Please, read this simple code:
asm{
move #$0800,r0
move #$5555,y0
move y0,X:(r0)
nop
}
I have inserted this code in a new proyect for 56807, created... 
joemccarr - Sep 5 2002
I am going trough the FSTART.C code
To understand what it takes to set up the
Processor for a C program.
FSTART.C
#define TCR01 0xFFDF
#defin... 
kubra_n - Feb 28 2004
Hi,
iam simply confused.
i did read the datasheets and have understood the following.
from the datasheet ,and from the register ADCR2 which gives u the
cl... 
rowlandroderick - Feb 25 2004
I have just started working with the DSP56F805EVM development board
with Codewarrior 5.0 and Embedded SDK 3.0.
I've used some of the examples to download to the ... 
Corey, Rick - May 26 2005
Hi Iker
Yes, I saw the same thing. I don't recall what exactly, really, fixed it,
but I thrashed around for ages. I did not use the SDK.
I used the Rx Full IRQ for b... 
Bruno Tremblay - Aug 7 2003
Hi,
I want to speed up the response of my interrupt on the input 1 of timerA
and after reading the Embedded SDK Programmer's Guide I'm still confuse on
h... 
Jan Zizka - Jul 12 2003
Hi,
in manual there is written following about CANTCL1 register bits
(ch. 8.8.2 of 5680x User's manual):
"These bits are read/write at any time when SFTRES ... 
- Mar 7 2002
Ok, but does anyone have a good idea to protect flash program. I work in
single chip mode with a 56805 and I could spend about $0.5 for additional
components. Fo... 
- 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... 
- 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... 