Hi,
I tested different two application assigned each core(8-core) using MAD. (I attached json file...)
each application size : test1(497kb), test2(529kb)
But, only one application normally operate.
so I would like to have your opinions on the problem.
{ "deviceName" : "C6678", "partitions" : [ { "name" : "load-partition", "vaddr" : "0x9e000000", "size" : "0x2000000", "loadPartition" : true } ], "applications" : [ { "name" : "test1", "fileName" : "c:/tftp/app(TFTPBOOT).bin", "allowedCores" : [0,1,2,3,4,5,6,7] }, { "name" : "test2", "fileName" : "c:/tftp/app(LED_EMPTY).bin", "allowedCores" : [0,1,2,3,4,5,6,7] } ], "appDeployment" : [ "test1", "test2", "test1", "test2", "test1", "test2", "test1", "test2" ] }
//soon hwan, jeong