Hi
I am trying boot arm from dsp via Hyperlink. I could send boot and skern image from master core to slave core via Hyperlink.
In SPRUHJ3( KeyStone II Architecture ARM Bootloader) it is writen that like below;
"The HyperLink host must interrupt the ARM to break out of the suspended state. Eachtime an interrupt is triggered, the ARM core will poll the host boot data address registerto check if the boot image is ready. If the host boot data address register indicates the boot image is ready, the bootloader will begin executing the boot image at the address specified in the register."
I know I should send interrupt such as IPC... because of ARM should be awaken. But I can't complately understand which type of interrupt should be sent from hyperlink for awake Arm.
Where should I sent interrupt and which type interrupt should I sent to slave core?
Thanks