Other Parts Discussed in Thread: SYSBIOS
Hello all,
I'm trying to use 3 CPUs, CM,CPU1,CPU2. I have 3 projects created and I'm initializing CPU2 and CM in CPU1 main().
I'm able to run CPU1 and CM as you know but I'm trying to boot CPU2 but it is getting stuck in ti_sysbios_hal_Hwi_initStack() function while loop ->
while (--curStack > ((UArg)(&curStack) + 1)) {
*((volatile UInt8 *)curStack) = 0xbebe;
}
I tried increasing stack size but that didnt help either. Can you please guide me how to create a project for CPU2 and make it work and communicate to with Cm and CPU1.
I want to use SYS/BIOS in CPU1 and CPU2 as well
Thanks and regards,
Pranay.