how to develop a simulink model to generate a code under autosar architecture(are there any unauthorized blocks for example ) ?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Macylia HAMIDOUCHE
el 30 de Mzo. de 2022
Comentada: Macylia HAMIDOUCHE
el 22 de Sept. de 2023
how to develop a simulink model to generate a code under autosar architecture(are there any unauthorized blocks for example ) ?
0 comentarios
Respuestas (1)
Sachin Lodhi
el 20 de Sept. de 2023
Hi Macylia,
Based on my understanding, it appears that you are seeking information on how to generate code from a Simulink model for AUTOSAR architecture.
To accomplish this, you will need to utilize Embedded Coder, which is a tool that generates efficient C and C++ code for embedded processors commonly used in mass production. Embedded Coder includes built-in support for AUTOSAR.
To get started with code generation using Embedded Coder, I recommend referring to the documentation provided in the following link:
Also, if by "unauthorized blocks" you mean blocks that are not supported for code generation, you can refer to the following link, which contains a list of all the supported blocks: Blocks (mathworks.com)
I hope this helps you in generating code for your Simulink model.
Ver también
Categorías
Más información sobre AUTOSAR Blockset en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!