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.

C6745 SPI boot setting issue

请教几个问题:

1、在sprabb1c第6章

Master Boot – Booting From a Slave Memory Device
To boot from a slave memory device connected to SPI or I2C peripherals, AIS (in binary format) can be
directly Flashed to the memory device.
For booting from a NOR Flash, a configuration word is required before AIS as shown in Figure 3. NOR
Flash should be connected to EMA_CS[2] of the EMIFA peripheral

    -----是不是说如果要从spi flash启动 必须要连接到EMA_CS[2],如果需要的话是哪个pin要连?

2、spi flash 的地址应该映射到哪个范围

本人菜鸟,请高手指教,多谢!

  • 你问的应该是NOR Flash的问题吧,我只用过SPI Flash

  • 不好意思可能我表达不清楚,我问的spi flash。

    目前用AISgen.exe工具,设置了PLL PINMUX等选择我生成的xx.out,生成了xx.bin文件烧到spi flash 中,结果仿真器就连不上了。

    Error connecting to the target:
    (Error -6305) PRSC module failed to write to a router register.
    (Emulation package 5.1.450.0)

  • 第二个问题我搞清楚了,spiflash的地址不需统一映射,利用偏移访问即可