Sign in

username:

password:



Not a member?

Search c54x



Search tips

Subscribe to c54x



c54x by Keywords

5409 | 5416 | AD5 | ADC | BIOS | Boot | Booting | Bootloader | C540 | C5402 | C5409 | C5416 | CCS | Codec | DMA | Dmad | DSK | DSKPlus | Dsplib | EVM | FFT | FIR | Flash | GPIO | HPI | Initialization | Interrupt | JTAG | LOG_printf | MCBSP | RFFT | RTDX | Sampling | STLM | UART | VC540

Discussion Groups

Discussion Groups | TMS320C54x | Booting C5402 standard mode serial 8 bit?

Technical discussions about the TI C54x DSPs (including the c5401, c5402, c5402a, c5404, c5407, c5409, c5409a, c5410, c5410a, c5416, c5420, c5421, c5441, c549, c5470 and c5471).

  

Post a new Thread

Booting C5402 standard mode serial 8 bit? - dsp_man_c54 - Apr 3 2:33:00 2003



Hi all,

I am trying to boot a c5402 with 8 bit serial. I have looked over
the doc's on the c5402 and would like to know if there is a 1 bit
delay between data sent to c5402 bootloader mode and the BCLKR1 clk.

^--------- Frame
^^^^^^^^^^ bclkr1
__xxxxxxxx Data

or if it is

^---------
^^^^^^...
_X.....
Thanks

Caleb





(You need to be a member of c54x -- send a blank email to c54x-subscribe@yahoogroups.com )

AW: Booting C5402 standard mode serial 8 bit? - Georg Kühne - Apr 3 13:39:00 2003

There is no delay, your second 'Diagram' is correct.
After boot up it is important to send some extra clock's to the spi before
you start to send your data.

Georg
-----Ursprüngliche Nachricht-----
Von: dsp_man_c54 [mailto:]
Gesendet: Donnerstag, 3. April 2003 04:33
An:
Betreff: [c54x] Booting C5402 standard mode serial 8 bit? Hi all,

I am trying to boot a c5402 with 8 bit serial. I have looked over
the doc's on the c5402 and would like to know if there is a 1 bit
delay between data sent to c5402 bootloader mode and the BCLKR1 clk.

^--------- Frame
^^^^^^^^^^ bclkr1
__xxxxxxxx Data

or if it is

^---------
^^^^^^...
_X.....
Thanks

Caleb
_____________________________________





(You need to be a member of c54x -- send a blank email to c54x-subscribe@yahoogroups.com )

Re: Booting C5402 standard mode serial 8 bit? - Doni Dewantono - Apr 4 10:50:00 2003

In the case that you are using 8-bit standard serial boot mode:

- connect boot device to McBSP1 (McBSP0 is used for 16-bit)
- boot device must provide BCLKR slower than 1/2 CPU clock
- it must also provide BFSR, and ensure that bit 7 (MSB) is sent on
the falling edge of BFSR, so there's no delay.
- bits per frame (BPF) must be greater than 20 BPF
- only starts the sequence upon detection of low XF

In the case that you are using 8-bit EEPROM, the requirement is
different. C5402 uses SPI during bootloading in this mode.

--- In , "dsp_man_c54" <austca@b...> wrote:
> Hi all,
>
> I am trying to boot a c5402 with 8 bit serial. I have looked over
> the doc's on the c5402 and would like to know if there is a 1 bit
> delay between data sent to c5402 bootloader mode and the BCLKR1 clk.
>
> ^--------- Frame
> ^^^^^^^^^^ bclkr1
> __xxxxxxxx Data
>
> or if it is
>
> ^---------
> ^^^^^^...
> _X..... >
> Thanks
>
> Caleb




(You need to be a member of c54x -- send a blank email to c54x-subscribe@yahoogroups.com )