NXP MR-CANHUBK3
s a CAN Node reference design and development platform for mobile robotics applications, such as drones and rovers
NXP MR-CANHUBK3 is a reference design and development platform for redundant networking and functional safety applications in Mobile Robotics, such as drones and rovers. It features the NXP S32K344 MCU based on a Arm Cortex-M7 core (Lock-Step).
Features
- NXP FS32K344
Lock-Step Configuration
160 MHz Clock (Max.)
4000 Kb Flash
512 Kb RAM
NXP FS26 Safety System Basis Chip
- Connectivity:
Console UART (Console @ 115,200 baud)
6x CAN FD
100Base-T1 Ethernet
Connectors and I/O headers with GPIO, I2C, SPI, etc.
Serial Console
By default, the serial console will be provided on the DCD-LZ UART (available on the 7-pin DCD-LZ debug connector P6):
DCD-LZ UART RX |
PTA8 |
LPUART2_RX |
DCD-LZ UART TX |
PTA9 |
LPUART2_TX |
Configurations
Each MR-CANHUBK3 configuration is maintained in a sub-directory and can be selected as follows:
tools/configure.sh mr-canhubk3:<subdir>
Where <subdir> is one of the sub-directories listed in the next paragraph.
NOTES (common for all configurations):
- This configuration uses the mconf-based configuration tool. To change this configuration using that tool, you should:
Build and install the kconfig-mconf tool. See nuttx/README.txt. Also see additional README.txt files in the NuttX tools repository.
Execute ‘make menuconfig’ in nuttx/ in order to start the reconfiguration process.
Unless otherwise stated, the serial console used is LPUART2 at 115,200 8N1.
nsh
Configures the NuttShell (nsh) located at apps/examples/nsh. Support for builtin applications is enabled, but in the base configuration the only application selected is the “Hello, World!” example.
net
Besides the NuttShell this configuration also enables networking and (Socket)CAN support, as well as I2C and SPI support. It includes the SLCAN and can-utils applications for monitoring and debugging CAN applications.