Hi,
In the code example of cla_ex1_asin_cpu1.c and cla_ex1_asin_cpu2.c, the first CPU is used to launch CPU2, which then launches CLA2. The IPC is used to communicate between CPU1 and CPU2.
What is the point of CPU2, in this example? Why is this any more efficient than just launching a CLA1 with CPU1 and saving the processing power of CPU2?
In my application, I have to run in parallel two different DC/DC converters - one of 600W, and another of 60W. I was planning on having both CPUs running their CLAs independetly - is this the best solution, performance wise, and what would be the process of launching two seperate CLAs, one on each CPU?
Thanks in advance,
Joel