필터 지우기
필터 지우기

How to generate 'Rte_Pim_xxxxx' API with Embedded Coder (autosar.tlc)

조회 수: 5 (최근 30일)
Liang Zong
Liang Zong 2018년 10월 31일
답변: Liang Zong 2018년 11월 8일
Hello, does anyone have a guide about how to configure a signal as Rte_Pim API, we already defined a struct(pim) in our Rte_Type header files and a macro(ponter to this struct) in Rte_SWC.h. Finally if we configure right, the generated API code should be '*Rte_Pim....().Abcdef'.
struct pim{
...
uint8 Abcdef;
...
}PerInstanceMemory;
Thanks. My matlab version is 2017b.

답변 (1개)

Liang Zong
Liang Zong 2018년 11월 8일
i have find the answers: define Abcdef as Autosar.signal then chose per instance memory in the storage class item.

카테고리

Help CenterFile Exchange에서 AUTOSAR Blockset에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by