Hello
I am currently developing a multicore system with the S32R274 in S32 Studio.
As I have seen, in S32Studio for each core a separate project is created. For me this means, it is not possible to build up code for the second core, which knows addresses or variables, also known by the first core. Is that wright?
Or Is there a way to avoid redefining global variables in code and instead work with 1 real global definition?
Is there a way to dynamically link the addresses of linker script files from different cores(projects)?
What way would you suppose to handle the shared memory?
Thanks and best regards
Roger