Hi,
We have our own custom board, the board includes C6657 DSP. No FPGA nor I2C prom exist on the board.
I have build the iblInit and iblMain (after some modifications) in order to perform some debugging of the IBL step by step using the CCS.
We are using CCS9, the IBL is part of mcsdk_2_01_02_06.
1) after loading the iblInit_665x.out (or iblInit_665x_le.out) the code reached main succesfully. Then I'm running the script in the GEL file in order to initialize both ibl and iblStatus structures, its seems that both of them are initialized correctly.
2) when I'm running the code step by step and getting to the configureGPIO, and make a another step, the running is reached to hw_spi_xfer function.
configureGPIO function should only configure the GPIO pins related to UART and SPI and get back to the code.
Its seems that there is a mismatch beetween the compiled code and the one showed in the CCS debugger.
What can be the problem?
Here are some images in order to clearify the issue.




