Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 673 Bytes

NetworkCAN.md

File metadata and controls

34 lines (20 loc) · 673 Bytes

Overview

This page describes CAN network architecture adopted in PMC. An overview of the networking functions.

Hardware

TODO

conventional two wire bus uses a linear bus terminated at each end

       +------------------------*--------------------
       |                        |
       |     +------------------|-----*--------------
       |     |                  |     |
+------|-----|------+    +------|-----|------+
|    CAN_H CAN_L    |    |    CAN_H CAN_L    |    ...
|                   |    |                   |

Protocol

We use base frame format with 11-bit identifier.

Network survey

IO forwarding

Flexible data pipes

TODO