Dear support,
I am trying to run SRIO_LoopbackDIOIsrexampleproject from pdk_C6657_1_1_2_6. I got it compiling and running.
However, the folowing problem occures:
Both cores always run intil the LLD function 'Srio_start '.
If all the initialization of SRIO, QMSS.. is done on core 0 (CORE_SYS_INIT=0) and core 0 is the first one to execute 'Srio_start ': Core 0 returns from this function, Core 1 however doesn't (no error message it just does not return from the function.
If the initialization is still done at core 0 and core 1 is the first one to pass 'Srio_start ', both cores return from the function 'Srio_start '.
If I make CORE_SYS_INIT=1, it is the other way around.
Do you have any idea why it is neccesary the let the core that does not do the initialization has to be the first one to pass 'Srio_start '?
Thanks Ralph