Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Autosar Spec for I2C and UART

Tags:

autosar

There are autosar specs well defined for CAN,LIN,Ethernet. Why are these specs unavailable for UART and I2C? Is UART and I2C not used in automotive?

like image 791
AlphaGoku Avatar asked Sep 16 '25 02:09

AlphaGoku


2 Answers

Automotive has some unique safety requirements and it would be hard to implement them in such protocols as UART or I2C.

They are not used by the auto industry for inter-ECU communication and therefore they are not part of the standard.

like image 161
Adam Horvath Avatar answered Sep 17 '25 18:09

Adam Horvath


Correct. As per AUTOSAR no specs are mentioned for the I2C. So if you want to write an I2C, you can write in CDD layer.

like image 36
Yex Avatar answered Sep 17 '25 19:09

Yex