Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi all,
we use the Am243xLP board and the CCS.
Our first evaluation should look like this:
- CPU0_Core0 is used for our real-time and a freertos-
- CPU0_Core1 is used for the fieldbus.
I have set up such a project:
CPU0_Core0:
- Timer Irq for realtime
- Freertos to evaluate the notifications that come from the CPU0_Core1.
CPU0_Core1:
- Freertos -> send Notify
- The M4 CPU just says "hello".
So my project consists of the 3 projects for the 3 CPU's and the
system project "MultiCore_R5".
The projekt works fine.
And here is my question:
I would like to swap my empty_am243x-lp-r5fss0-1_freertos (CPU0_Core1)
project with the example cia401demo_r5fss0-0 (CPU0_Core0).
I dont know exactly how I should handle the sysConfig file. Can someone show me the right way?
Thank you.
Best regards,
Alexander