Other Parts Discussed in Thread: SYSCONFIG
Hello,
I want to do a dual core application, and I did not know where to start (please tell me if there is a "getting started" document)
So I import the 2 examples provided on the web site:
LED_ex1_Blinky:
When I load the cpu1.obj into the micro controller, the first LED is blinking. But when I load the cpu2.obj, neither LED1 nor LED2 is blinking.
What is the protocol to load the programm into the micro controller ?
LED_ex2_SysConfig:
After importing the example, I see 3 projects: CPU1, CPU2 and multi.
Only the multi project can be loaded into the Microcontroller.
What is the way to create a such project ?
When looking at the sysconfig files, I saw that this files are different condering the core. For instance, there is no GPIO section for CPU2.
How do we make a sysconfig condidering the core capability ?
Also, I did not see any linker command files in the 3 projects. Why ?
Also, there is no RAM configuration for this example. Does TI provide any exemple with RAM configuration ?
Thank you.