This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TMS320C6652: SPI BOOT issue

Part Number: TMS320C6652

Tool/software: Code Composer Studio

Hi,

We designed a custom board with TMS320C6652,not using DDR in our board. SPI Flash used is MT25QU128ABA1ESE

SPI NOR flash boot is not working in the board.

We verified the following

1. DSP power on and reset sequencing

2. No activity is observed on MISO line  during boot up.

3.TI eval board and proto board behavior during power up.Except MISO SPI boot sequence are similar.

4. Verified custom board in No Boot mode -Connecting to CCS initializes all the PLL and memory similar to Eval board.

5. In No boot mode , SW is able to read /write to flash.

7. Please find the nysh.spi.map. CORE clk is 100Mhz in custom board. Please confirm the settings below.

section {

boot_mode = 50
param_index = 0
options = 1
core_freq_mhz = 600
exe_file = "spiboot.i2c.ccs"
next_dev_addr_ext = 0x0
sw_pll_prediv = 1
sw_pll_mult = 12
sw_pll_postdiv = 2
sw_pll_flags = 1
addr_width = 24
n_pins = 4
csel = 0
mode = 0
c2t_delay = 4
bus_freq_mhz = 0
bus_freq_khz = 500
}

Please guide us to understand the issue.

Regards,

Divya