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

Ads

Discussion Groups

Discussion Groups | Freescale DSPs

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

Search Results for "rif"

  

Post a new Thread

Rif: Re: Rif: Re: Rif: Bootloading through CAN bus

- 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... Rif: Re: Rif: Re: Rif:  Bootloading through CAN bus

Rif: Re: Rif: RE: Mathematical function long x long / long   [2 Articles]

- 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... Rif: Re: Rif: RE:  Mathematical function long x long / long

Rif: interface between 3.3v and 5v   [2 Articles]

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... Rif:  interface between 3.3v and 5v

Rif: RE: Mathematical function long x long / long   [2 Articles]

- 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... Rif: RE:  Mathematical function long x long / long

Rif: DSP56807 bootloader / S-Record number of lines

- 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 ... Rif:  DSP56807 bootloader / S-Record number of lines

Rif: RE: Maximun flash program word time in 5680x

- 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... Rif: RE:  Maximun flash program word time in 5680x

Rif: Bootloading through CAN bus

- 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 ... Rif:  Bootloading through CAN bus

Rif: RE: Protecting firmware in 5680x

- 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). ... Rif: RE:  Protecting firmware in 5680x

RE: RE: Maximun flash program word time in 5680x   [3 Articles]

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, ... RE: RE:  Maximun flash program word time in 5680x

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: 805 ADC current readings

- 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... Rif:  805 ADC current readings

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

RE: DSP56807 bootloader / S-Record number of lines

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... RE:  DSP56807 bootloader / S-Record number of lines

RE: RE: Program xFlash & interrupt problem

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