Hi Junyeol,
Based on the warning message, I have observed that the Model Advisor check for a missing error port is failing. To resolve this issue, you might need to add the required error port to the model. The following links can be referred for the implementation:
- https://www.mathworks.com/matlabcentral/answers/463047-how-to-implement-error-port-for-autosar-receiver-interface-inport-like-suggested-by-model-advisor-ch
- https://www.mathworks.com/help/autosar/ug/configure-autosar-parameter-communication.html
- https://www.mathworks.com/help/autosar/ref/autosarcodemappingseditor.html
In AUTOSAR, the Runtime Environment (RTE) acts as the middleware between the application software components (SWCs) and the basic software (BSW) layer. It facilitates communication, data exchange, and interaction among software components and between software components and the BSW. For more information, the following documentation link can be referred: https://www.mathworks.com/help/autosar/ug/what-is-autosar.html?searchHighlight=RTE&s_tid=srchtitle_support_results_32_RTE.
I hope this helps you.


