|
Post by eguilaz on Apr 20, 2018 6:41:43 GMT
Hi,
Please, I need documentation to share variables among cores using Eclipse and pure C (no arduino at all).
Thanks a lot,
Manuel
|
|
|
Post by Admin on Apr 20, 2018 6:55:35 GMT
|
|
|
Post by eguilaz on Apr 20, 2018 9:11:51 GMT
Thanks a lot for your fast & clear answer!
Manuel
|
|
|
Post by eguilaz on Apr 26, 2018 16:19:50 GMT
Hi again,
Unfortunately we are doing something wrong and we cannot share variables between cores.
Is it possible to get a basic project example in C under Eclipse sharing variables between 2 cores?
Thanks a lot.
Manuel
|
|
|
Post by Admin on Apr 26, 2018 17:06:31 GMT
Are you using an Eclipse project that you have created yourself?
There is nothing strange about sharing variables between cores. Any global variable can be accessed by any core. The only thing to be aware of is that accessing data in the DSPR RAM in another core will be slow.
|
|