Hi,
I’m using TMS320C6670 DSP and testing SPI boot from flash. The test code is an RTSC code, it is very simple, only lightening LEDs in main(). My log shows that boot succeeded and all the 4 cores entered main() correctly. But they blocked on a CSL function -- CSL_chipReadReg (CSL_CHIP_DNUM), which is used for acquiring core number. This problem does NOT exist when using emulator. I compared the code section on DDR3 between emulator mode and SPI boot mode, they are the same. I don’t know why CSL_chipReadReg() blocked when booting from flash and how to resolve.
Expecting your support, thanks~