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).
|
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 |
|
|
|
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 _____________________________________ |
|
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 |