Sign in

username:

password:



Not a member?

Search motoroladsp



Search tips

Subscribe to motoroladsp



motoroladsp by Keywords

56303 | 563xx | 5680 | 56805 | 5680x | 56F80 | 56F800DEMO | 56F805 | 56f807 | 56F830 | ADC | Bootloader | Codec | CodeWarrior | CW5 | CW6 | Debugger | DSP56303 | DSP56303EVM | DSP563xx | DSP5680 | DSP56800 | DSP56807 | DSP56858 | DSP56858EVM | DSP56F803 | DSP56F805 | DSP56F807 | DSP56F80x | DSP56F826 | DSP56F827 | DSP56F8xx | EVM | FFT | Flash_over_jtag | GPIO | Interrupt | Interrupts | JTAG | LCD | Linker | MCF5307 | Metrowerks | Modulus | MSCAN | PCMaster | PWM | Quad | Rif | RTOS | SDK | SPI

Discussion Groups

Discussion Groups | Freescale DSPs

Technical discussions about Freescale (Motorola) DSPs (including the DSP56000, DSP56300, DSP56600, 56800 DSPs).

Search Results for "56805"

  

Post a new Thread

Any timing problem of using LCX16245 to drive the Data and address pins of 56805 ??   [8 Articles]

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... Any timing problem of using LCX16245 to drive the Data and address pins of 56805 ??

Interrupts (masking them all) - 56805   [9 Articles]

- 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... Interrupts (masking them all) - 56805

PRAM segment. What is it ?   [4 Articles]

- 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 ... PRAM segment. What is it ?

Program xFlash & interrupt problem   [3 Articles]

- 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... Program xFlash & interrupt problem

bit-wise shift operator problem   [2 Articles]

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... bit-wise shift operator problem

SCI with two stop bits, is possible ?   [2 Articles]

- 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... SCI with two stop bits, is possible ?

question about compare registers

ÍõÓÀºÆ - 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... question about compare registers

Looking for a DSP56F805 EVM for senior design project

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... Looking for a DSP56F805 EVM for senior design project

Boot sector size in 56805   [2 Articles]

- 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... Boot sector size in 56805

move to X memory   [3 Articles]

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... move to X memory

unknown memory locations?   [2 Articles]

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... unknown memory locations?

help needed in setting the sampling frequency

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... help needed in setting the sampling frequency

Stationery problem when creating a project with codewarrior 5.0

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 ... Stationery problem when creating a project with codewarrior 5.0

RE: Problem with SPI in DSP 56F807.

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... RE:  Problem with SPI in DSP 56F807.

Normal, Fast and Super Fast interrupt on 56805

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... Normal, Fast and Super Fast interrupt on 56805

Writing MSCAN CANE bit (56805)   [2 Articles]

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 ... Writing MSCAN CANE bit (56805)

RE: Protecting Flash memory on DSP56F80x devices   [2 Articles]

- 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... RE:  Protecting Flash memory on DSP56F80x devices

Rif: RE: SCI with two stop bits, is possible ?

- 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... Rif: RE:  SCI with two stop bits, is possible ?

Rif: RE: Program xFlash & interrupt problem

- 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... Rif: RE:  Program xFlash & interrupt problem