Hi,
I am using System Composer to build software architecture and ultimately implement code generation.
My software architecture includes multiple parallel running tasks, and I use different components in the system composer to represent them.![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1690586/image.png)
Different components plan to use swapped memory for signal transmission. For example, the sensor module will receive data from external sensors for processing, and then transmit the processed signal to other tasks for calculation.
Our software architecture plan will be implemented using the following methods. Store memory and store write models were created in the sensor module for signal transmission. In the task module (task 2), use the store read module to read the signals written into memory by the sensor module.
However, during the simulation process, it was found that the data written by the sensor module could not be read in the task component. Is there any suggestion to implement this architecture?
Thanks,