Hello,
With the help of image processing demo, FDK algorithm was developed in c6678. the ccs version is 5.1.1.00031.
Now i have two out files. One that is to be loaded to master.out --> core 0 and another, slave.out to all other cores. My task is to place the bin file into NAND and when power is ON, the code should be able to execute and ask for the inputs. The input parameters will be provided from the PC through the web page(mcip_webpage.c).I should not use the CCS environment.
While downloading the out files using CCS, after loading the two .out files, i have to first run the slave group and then the master(core 0) to get a proper output.If it is in the reverse nothing happens there.(i.e. no output , just a stand still)( the core 0 never provides the Ip address required for the web page)
What i have done:
I followed the instructions provided in the tools folder and tried to download in to NAND flash and i got the output as NAND boot successful. I tried with I2C NAND to print Hello world. Two mistakes i understood are, (1) DIP switch not properly set and for that I am presently reading the boot load procedure SPRU5b document. (2) While reading the above document i also understood that, after downloading to the NAND i did not perform a POR. What i did was a hard reset.
My questions are
1) How to load the two .out files into NAND
2) Whether i should load the .gel file into NAND .(Because with CCS, while the target configuration is launched and during the initial set up the path of the gel file is provided in a manner so that the CCS picks it properly).
3) How to ensure that the slave .out gets loaded into the slave group and master .out gets loaded into the master.(core 0)
4) Finally slave should be executed first(F8) and then master should execute(F8).
Kindly suggest the procedure and any other specific links to read, so that the above task can be achieved.