Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

AGL Instrument Cluster CAN architecture assumes that CAN network management is outside of Linux.  

Socket CAN is used as a mechanism for distributing data to each container inside Linux. 

Why raw CAN data( not abstract data) ?  We think so Linux side functions (such as meter , remote diagnostic function) may require raw data.

View file
namecan_arch_p1.pptx
height250
It

is called CAN .

View file
namecan_arch_p2.pptx
height250

View file
namecan_arch_p3.pptx
height250

View file
namecan_arch_p4.pptx
height250


CAN Communicator is a component responsible for CAN communication.  It is intended to work outside of Linux. 

There are multiple ways to implement the CAN comunicator.

When the microcontroller is inside of SoC (ex. R-CarE3), CAN comunicator will be implemented on it.  In that case,  RTOS and Linux are connected using shared memory.

When the microcontroller doese not have SoC, CAN comunicator will be implemented on outside microcontroller.  In that case, RTOS and Linux are connected using peripheral ( such as SPI, UART, etc).

R-Car E3 System Block DiagramImage Added

Ref. https://www.renesas.com/us/en/solutions/automotive/soc/r-car-e3.html

R-Car D3 System Block DiagramImage Added

https://www.renesas.com/us/en/solutions/automotive/soc/r-car-d3.html


When implementing the CAN Communicator, there are some questions which automatically arise and should be discussed (based on the slide CAN_arch_p3.pptx:

View file
namecan_arch_p3_Discussion.pptx
height250