How to configure NVRAM Service Component to match Argument of NvMServiceCaller
조회 수: 5 (최근 30일)
이전 댓글 표시
Hello,
I want to make simulations with AUTOSAR blockset which is NvM.
Because I want to save a parameter which is 4array of uint32, I set Argument specification to uint32([1 1 1 1]).
![img1.PNG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/210238/img1.png)
And I made a test harness where NVRAM Service Component is.
![img3.PNG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/210239/img3.png)
Unfourtunately, I have met error messages which are as below
![img2.PNG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/210240/img2.png)
My question is that NVM Service Component can be configured according to the Argument specification of NvmServiceCaller(RealBlock).
To my knowledge, array signal should be saved through invoking NvmServiceCaller.
I hope I would get some answers.
Thanks in advance
- JR
답변 (1개)
Stefanie Schwarz
2020년 6월 3일
The issue you are seeing is a current limitation of our NVRAM Service Component implementation on the simulation side, so that only 'uint8' datatype is supported.
We apologize for the inconvenience. We have an internal report about this and it is planned to improve this in a future release.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 AUTOSAR Blockset에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!