> For the complete documentation index, see [llms.txt](https://nxp.gitbook.io/mr-canhubk344/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nxp.gitbook.io/mr-canhubk344/software/ieee-1722-can-over-ethernet-example-application.md).

# IEEE 1722 CAN-over-Ethernet Example Application

This example is the default application provided on [NXP.com here.](https://www.nxp.com/design/design-center/development-boards/automotive-development-platforms/s32k-mcu-platforms/s32k344-evaluation-board-for-mobile-robotics-with-100base-t1-and-six-canfd:MR-CANHUBK344)

{% hint style="success" %}
This example is a typical single function embedded use case. However the board is capable of much more functionality and in Mobile Robotics may be used as a real time vehicle controller when running software such as NuttX/PX4 and Zephyr/Cognipilot.\
These RTOS have good POSIX support for multitasking and networking and may provide a richer environment for your application. \
\
[MR-B3RB](https://nxp.gitbook.io/mr-b3rb/) provides a development environment using Zephyr and Cognipilot
{% endhint %}

\
\
The example applications converts Ethernet to CAN and CAN to Ethernet using the IEEE 1722 ACF-CAN protocol.

Utilizing all 6 CAN ports and the 100BASE-T1 Ethernet port

* S32DS 3.4 Project (ONLY! )
* Running FreeRTOS
* Utilizing FlexCAN & Gmac Driver
* LPSPI for simple driver to disable FS26 watchdog


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://nxp.gitbook.io/mr-canhubk344/software/ieee-1722-can-over-ethernet-example-application.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
