Hi,everyone ,
I use C6678 EVM and there is a "hello world" demo about pcie boot,in the demo,the core0 would write the entry address to core 1....7 and send interrupt to them ,then core 1....7 would run the code .before core 1....7 receive the interrupt ,the state of them is "idle ",right ?
And I have some questions as following :
1.Is there some ways to make core 1.......7 return to the state of "idle" once again after they have run ?
2.In .map file ,the address of entry address (_c_int00) is 0x0c00d420,and the address of main() is 0x0c005c98,why the address of entry address and main() is different ?the core would run from address of entry address first ?how it reach the address of main() and run the code in main()?
Thank you ,
Simon