Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/rock4/rock4d/hardware-use/canbus.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ imports_resolve_to:
import CANBUS from '../../../common/dev/\_canbus.mdx';

<CANBUS rsetup_link="../system-config/rsetup#overlays" />

:::tip
ROCK 4D 的 CAN 控制器支持 CAN FD(CAN with Flexible Data-Rate),可以使用示例命令中的 `fd on` 与 `dbitrate` 配置数据段波特率。

ROCK 4D 主板**不板载 CAN 收发器**,需要外接 CAN 收发器模块;如果要使用 CAN FD 较高的数据段速率,请确认外接的收发器模块本身支持 CAN FD。
:::
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ imports_resolve_to:
import CANBUS from '../../../common/dev/\_canbus.mdx';

<CANBUS rsetup_link="../system-config/rsetup#overlays" />

:::tip
The CAN controller on ROCK 4D supports CAN FD (CAN with Flexible Data-Rate), and you can use `fd on` and `dbitrate` in the example commands to configure the data phase bitrate.

ROCK 4D **does not have an on-board CAN transceiver**, so an external CAN transceiver module is required. If you need the higher data phase bitrates of CAN FD, make sure the external transceiver module itself supports CAN FD.
:::