How to read data from SOME/IP protocol in C++
Currently I read some data using boost udp socket. I created socket like thisread_socket = new udp::socket(read_socket_service, udp_listener_endpoint);whereboost::asio::io_service...
View Article"Getting a 'build error, message: no EcucValueCollection element on path' in...
"I'm currently working on a BSW (Basic Software) module for code generation, and I've encountered a specific error during my work. I'm receiving the following error message: 'build error, message: no...
View ArticleWhat is an XDM file in the context of AUTOSAR?
I'm working on an AUTOSAR project and I've come across references to both XDM files and ARXML files, but I'm a bit confused about their purposes and differences and searching on Google did not help.Can...
View ArticleGetting "pre-check failed" error with missing attributes in module...
I am encountering an error during the build process of my AUTOSAR project. The error message indicates that the pre-check results for the module configuration [/EcuCfg/NvM] have failed. The specific...
View Articletresos79001 error on vector configurator validation
I got an error after validation check on vector configurator.I started with a project that has no problem on validation and generation.But after I added a mcal module 'mem(internal flash)', validation...
View ArticleSOME/IP Specification - Error message requirements
The Autosar SOME/IP Specification states the following two statements:"[PRS_SOMEIP_00927] A server shall not send a response message for arequest with a specific Request ID until the corresponding...
View ArticleAutosar Vector Configurator Validation error on 'Mem_Infls'
I am setting BSW module 'Mem_Infls' on vector configurator.When I execute validation check, it fails and shows an error.And it is as belowERROR 23-10-25,23:15:52 (1803) Invalid XPath-expression for...
View ArticleAUTOSAR rule A5-0-4 stance on pointer arithmetic
AUTOSAR rule A5-0-4 statesPointer arithmetic shall not be used with pointers to non-finalclasses.It provides the following rationale:Pointer arithmetic is only well defined if the pointed-to type of...
View ArticleWhat are FEE unconfigured blocks? Are they different from the ones configured...
What are FEE unconfigured blocks.What is its importance of reporting FEE DEM event.
View ArticleRTE and OS in Autosar
Can anybody clarify me about the integration of RTE and OS , I mean:I got this statement from a paper about RTE "During the process of ECU configuration, amapping between operating system tasks and...
View ArticleIs it necessary to create extra ComM channel for J1939 Dm1 message...
I am configuring j1939 dcm message (Dm1)using vector davinci tool.In my project all other frames follows normal can flow but only one frame following j1939 standards. I am new to j1939 and I have some...
View ArticleWhat does Mapping Type Field means in AUTOSAR System Template Document?
In the attached snippet from AUTOSAR System Template PDF, please help me understand about all the meaning of Mapping Type Field possible values and end effects as well as significance for users of...
View ArticleWhich Attribute from System Template is Functional Destination Address for...
In AUTOSAR System Template for 4-4, I find the following and I am looking for more clarity about which Table in System Template defines this "Functional Destination Address". Some hints please.
View ArticleWhere does the Eventgroup ID in SOME/IP Service Discovery come from
How and where(actually 'who' is making the eventgroups) are the events assigned to eventgroups. I looked in the SOME/IP SD specification and it seems that they are just there.The client gets the...
View ArticleWhich api is used by Autosar when routting messages using the Can rx/tx...
I am a software developer using Autosar standard. I have a question message routing of two PDUs. My using system use a Can rx/tx interrupt method. I guess called ISR upon receiving can message. And I...
View ArticleCANDBC and ARXML difference
What is the difference between CAN DBC and ARXML filesIn some places people's uses DBC alone but in some places ARXML is usedI want to understand the concept ARXML over the DBC.How autosar pdu MSG sent...
View Articleis there any open source autosar stack?
Can someone help with any open source autosar stack if any. I need classic as well as adaptive versions.brief of what am doing: I need to implement this autosar stack on an Aurix Tricore lite kit.
View ArticleAutosar based Secoc
I have to create one scenario in CAPL. In Canoe Cybersecurity Secoc, needs to send one secured I-pdu from one ecu to another ecu. we using data and Time based Freshness to calculateCMAC. Is that...
View ArticleIs the Rte_IRead API always implemented as a macro?
The AUTOSAR_SWS_RTE (R22-11) document gives several examples of Rte_IRead and Rte_IWrite implementation as macros (see "Example 5.23"). Also, SWS_Rte_03730 reads:Pure API macros, like Rte_IRead and...
View ArticleAUTOSAR CanTpAddress and ISO 15765 CAN N_PDU relation
CanTpAddress in AUTOSAR is indirectly mapped to which field of ISO 15765 Specification for Functional Addressing purpose?Shown below some snippets for referenceSome meaningful implementation related...
View Article