NXP S32K148

From SEGGER Wiki
Jump to: navigation, search

The NXP S32K148 series are Cortex-M4 based 32-bit microcontrollers.

Flash Banks

Internal Flash

Flash Bank Base address Size J-Link Support
Program flash 0x00000000 Up to 1536 KB YES.png
FlexNVM 0x10000000 512 KB YES.png


Note:
The program flash memory contains a 16-byte flash configuration field at address 0x400 that stores default protection settings and security information that allows the MCU to restrict access to the FTFM module. 

The register portion of the flash configuration field is loaded into associated flash registers during the reset sequence.

Programming this area may lead to the device being protected or locked

Watchdog Handling

  • The device has a watchdog (WDOG).
  • The watchdog is fed during flash programming.

Device Specific Handling

Connect

  • The J-Link determines the security state as part of the connect sequence. If a secured device is detected, an un-secure is offered via dialog.

Reset

  • The devices uses normal Cortex-M reset, no special handling necessary, like described here.

Evaluation Boards

  • TBD

Example Application

  • TBD