This page describes CAN network architecture adopted in PMC. An overview of the networking functions.
TODO
conventional two wire bus uses a linear bus terminated at each end
+-------------------------*------------------~~~
| |
| +------------------|------*-----------~~~
| | | |
+------+------+------+ +------+------+------+
| CAN_H CAN_L | | CAN_H CAN_L | ...
| | | |
| PMC (node 1) | | PMC (node 2) |
We use base frame format with 11-bit identifier.
+---------------+-------------+------------------------+
| ID (11-bit) | N (4-bit) | payload (64-bit) |
+---------------+-------------+------------------------+
TODO