Good day to all,
A newbie question. I've modified the Image Processing demo project to do a simple message passing using MessageQ. Mainly, CORE0 the master core will send out 7 messages to 7 slave cores(core 1-7). The slave cores will receive the messages and then reply back to CORE0. The master and slave codes are in 2 different project, so how do i burn the 2 different .out files into the respective cores?
I wanted to try using platform_write to output simple messages such as 'Message Received' etc. I've tried burning single .out files using the norwriter before, but i've no idea how do i burn the master.out into core0 and slave.out to the other 7 cores.
EVM6678LE
CCS v5.5
IPC 1.24.2.27
MCSDK 2.1.0.3
PDK 1.1.0.3
NDK 2.22.2.16
SYS/BIOS 6.33.6.50
UIA 1.3.1.08
Thanks.