Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
Hi,
I am a bit lost with sysconfig and dual C28x core configuration.
I started my design with 2 sysconfig files, one for each core / project, thinking I should put the configuration of each peripheral in the file corresponding to the core that will be using it (which was my understanding based on the examples I looked at).
Then I had a whole lot of issues when I wanted some bit of code to change core, trying to move peripheral configuration from one core to the other was not easy (and I ended up giving up).
Then I tried to test the configuration of peripherals configured by CPU2, and they just weren't configured at all. Very problematic !
And then I saw another example that led me to understand (am I right ?) that peripherals are accessible by both cores using the names given in either file. Which led me to think that it would be much, much easier to configure pretty much all peripherals in only one sysconfig file, and only the very core-specific in both (interrupts, memory, etc.). But my issue is then that I wouldn't know how to tell a peripheral that triggers an interrupt which core gets the interrupt.
In the end, I didn't find any example that would lead me in the right direction regarding the configuration, and I am a bit lost ...
Any help on how to proceed would be highly appreciated.
Thanks in advance,
Best regards,
Adrien