--- Quote Start ---
originally posted by pmicro@Jun 22 2006, 12:50 AM
anyway if i choose this system , may i share variables for two cpu?
for example with the cpu n°1 i get and send data and
put them in memory with name (struct mydata), and with cpu n°2 that i use for logical processing may i read and write the same variable (struct mydata) ?
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=16325)
--- quote end ---
--- Quote End ---
Yes, in general you can share data among different CPUs. There are different ways to do that. I typically use the one we developed for ERIKA Enterprise, it is quite simple because it allows you to share data structures without changing the source code using them...
bye
Paolo