# 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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
