NXP S32K344EVB
NXP S32K3X4EVB-Q257 is an evaluation board for 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:
OpenSDA UART (Console @ 115,200 baud)
2x Secure CAN transceivers
I/O headers with GPIO, I2C, SPI, etc.
Serial Console
By default, the serial console will be provided on the OpenSDA VCOM port:
OpenSDA UART RX |
PTA15 |
LPUART6_RX |
OpenSDA UART TX |
PTA16 |
LPUART6_TX |
USB drivers for the PEmicro CDC Serial Port are available here: http://www.pemicro.com/opensda/
OpenSDA Notes
USB drivers for the PEmicro CDC Serial Port are available here: http://www.pemicro.com/opensda/
The drag’n’drog interface expects files in .srec format.
Configurations
Each S32K344EVB configuration is maintained in a sub-directory and can be selected as follows:
tools/configure.sh s32k344evb:<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 LPUART6 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.