Hai.....
Every one I'm trying to communication in between two cores for application ....
My application was Image to Rx and transmit using EPPI in CORE0 &
EppI image sharing into CORE1 using (L2) Shared MEMORY and SD_write &Read and transmitting through UART0
In CORE0 ---EPPI0 ,EPPI2,UART1,DDR2 (Uart buadrate is 230400) INTERRUPT
In CORE1 ---RSI,UART0,CORE_TIMER (Uart buadrate is 115200)_INTERRUPT
here is my code flow...
IN CORE0:- whenever Image comes PPI_ISR will activate and do some changes in image like croping or scale down etc...
as well as in CORE1 :-image comes into CORE1 SD_write &Read and transmitting through UART0
If do like this I was getting LIKE
**************************************************************************************************************************************************************************
FATAL ERROR AT 0XC8080838
...
0XC808083A
.....
A FATAL ERROR OR EXCEPTION HAS OCCURRED
DESCRIPTION : NO DISPATCHED HANDLER AVAILABLE FOR THE SPECIFIED INTERRUPT CODE
GENERAL TYPE : RUN TIME ERROR
SPECIFIC TYPE : NO DISPATCHED HANDLER
GENERAL CODE : 0X8
SPECIFIC CODE : 0XB;
ERROR VALUE : 0X001B0052
ERROR PC : 0XFFA01F42
***********************************************************************************************************************************
if i run CORE1 using WITHOUT UART0 it's working without any disturbance ..
please help guide me anyone ....