autosar Questions

7

Solved

Can an AUTOSAR BSW stack (eg. for CAN Communication) be developed based on the specifications provided on their website without purchasing any of the expensive vendor tool? What would be the steps ...
Karankaras asked 4/5, 2016 at 9:29

3

Solved

In many block diagrams of AUTOSAR specification they use the term PduR. But there is no such kind of module in AUTOSAR Schema. Can someone explain what does PduR mean?
Chemist asked 28/8, 2018 at 5:41

2

Solved

The following macro is from an MCAL source of a microcontroller and it converts timer ticks to milliseconds. #define TICKS2MS(x) ( (uint64) (((((uint64)(x)) * 1) + 0) / 100000) ) Could you please...
Dysphonia asked 20/1, 2022 at 12:48

3

In my firm project, the AUTOSAR platform defines booleans like this typedef unsigned char boolean; plus #ifndef TRUE #define TRUE 1 #endif #ifndef FALSE #define FALSE 0 #endif This is not mo...
Frigging asked 25/11, 2020 at 18:34

2

What is the main motive of introducing Adaptive Autosar? Information provided by Autosar consortium is "AP provides mainly high-performance computing and communication mechanisms and offers f...
Hubbell asked 29/11, 2017 at 4:4

1

Solved

SOME/IP is an automotive middleware solution that can be used for control messages. DDS is also an automotive middleware for communication. I want to know what's the difference between them? and, w...
Reception asked 5/7, 2018 at 1:56

2

What is POSIX PSE51 that Adaptive AUTOSAR based on? While studying Adaptive AUTOSAR, I found 'Adaptive AUTOSAR is based on POSIX PSE51'. However, I cloudn't understand what is POSIX PSE51. Someo...
Glee asked 13/2, 2018 at 2:28

6

I'm totally new to AUTOSAR and Arctic Studio. I have read the documentation available on www.autosar.org and now I would like to start playing around, understanding and writing some code. I ...
Gluttonous asked 24/9, 2014 at 14:3
1

© 2022 - 2024 — McMap. All rights reserved.