Dear all,
I have a microzed board and want to do the test that core 0 reset core 1,the code that is written is below:
#define CORE_RESET XPS_SYS_CTRL_BASEADDR + 0x244
Xil_Out32(CPU1STARTADR, APP_CPU1_ADDR);
Dear all,
I have a microzed board and want to do the test that core 0 reset core 1,the code that is written is below:
#define CORE_RESET XPS_SYS_CTRL_BASEADDR + 0x244
Xil_Out32(CPU1STARTADR, APP_CPU1_ADDR);
Hello Zara,
Please checkout the Developing Zynq Software Speedway 2016.2. In this speedway we showcase a dual core design where one core initializes the other and then goes to sleep in repeat.
--Josh
Hello Josh
thanks for your quick help and reply. I would study it and send you the result.
Best Regards.
Hello Josh
thanks for your reply.
I studied the "SW Lab09 - Dual Processor Software Development 2016_2_v09" document, it has benefit information about dual core in zynq. but there is nothing about reset the core.
best regards.