boot loader do
{
1,push data to L2 memory
2,set program entry
3,send msi interrupt (MSI_IRQ = 0) to wake up core0
}
and then my traget(c6657&RBL) program running,i try to clear msi vector 0 interrupt status in my target program,such as follow:
MSI_IRQ_STATUS = 0x01;
IRQ_EOI = 0x04;
but no effect,i can see MSI0_IRQ_STATUS alwways 0x00000001 in memory browser,I directly modify the memory to write 0x01 @MSI0_IRQ_STATUS is OK,MSI0_IRQ_STATUS can be clear by emulator.