Other Parts Discussed in Thread: SYSCONFIG
Hello,
I am working on a DSP-like project where I sample an incoming signal, perform filtering and send it out on a UART bus. I would like to split the operation between two cores where CPU2 does all the ADC work and CPU1 does the rest.
Using Resource Explorer I imported an empty project for Dual Core with Sysconfig:
I used Sysconfig to create a simple project where I initialized ADCA for CPU1 and ADCB for CPU2. There is no IPC between the two CPUs. The project was loaded into LAUNCXL-28379D.
When I use the debugger, I see that ADCA registers were initialized properly. However, the ADCB control registers remain in the default state after the initialization is completed on CPU2.

I suspect the ownership of ADCB is taken by CPU1, but I cannot confirm that. Can you help me to resolve this issue?
Thank you.
Leon
