NXP S32K144EVB
NXP S32K144EVB-Q100 is an evaluation board for the NXP S32K144 MCU based on an Arm Cortex-M4F core.
Features
- NXP FS32K144HFT0VLLT MCU
- 80 MHz Clock (Max.) 
- 512 Kb Flash 
- 64 Kb SRAM 
- 4 Kb EEPROM 
 
 
- NXP UJA1169TK/F System Basis Chip 
- Connectivity:
- OpenSDA UART (Console @ 115,200 baud) 
- CAN 2.0 (Transceiver part of UJA1169 SBC) 
- 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 | PTC6 | LPUART1_RX | 
| OpenSDA UART TX | PTC7 | LPUART1_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. 
- Using Segger J-Link: Easy… but remember to use the SWD connector J14 near the touch electrodes and not the OpenSDA connector near the OpenSDA USB connector J7. 
Configurations
Each S32K144EVB configuration is maintained in a sub-directory and can be selected as follows:
tools/configure.sh s32k144evb:<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 LPUART1 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.