hi again !!
i have been searching for ways to communicate between baremetal A15 cores on my K2E.
After reading a couple of application notes and forum post i have come to deduce that the processors place data on the on chip memory and create a single bit in memory to notify read and write operations. My question is that why do we not use the L2 cache for this purpose(or should we use L2?) and is there any other way to communicate between cores?
in my mind i have created the following setup
cores->L2Sram->OCM<-DSP processor
OCM->RAM
thanks !!