Hi,
CCS:5.4 windows
I am just debugging the code in two scenarios to resolve flashing the disc-image issue on my custom board-
1) with gel files -
2) without gel files -
( without gel files means - After booting from the flash and printing on the serial "starting the master core",connect using CCS without gel files to all the cores ... )
In first scenario ,Initialization is happened by gel files
In second scenario,Initialization is happened by Bootmanager
My observations are as below :
----------------------------------------------------
1)By scenario 1, When I tried by loading all .OUT on respective cores through CCS,I found below observation
I got the callback from avbtp after successful camera streaming by each camera and got the output on LILIPUT .
----------------------------------------------------
2)By scenario 2, When I tried after connecting all cores without gel files,I found below observation
Here I did not get the call back from avbtp means that the camera streaming was not happened successfully in 2nd scenario.
----------------------------------------------------
Here in both scenario ,when I am trying to set the priority to the interrupt by _set_interrupt_priority(key),some different function get called .
So,In both scenario may be interrupt vector table got initialized differently .How I can resolve this issue .
Please comment on my understanding .I am not able to find out the solution for this .
Expecting somebody's reply on this .
Tr,
studinstru