# S32K344 MCU

The S32K344 is an Automotive General Purpose MCU of NXP Semiconductors. The block diagram of this chip is shown below.&#x20;

The software referred to in this GitBook is running on the Lockstep Arm Cortex-M7 embedded in this chip.

Note that there are many variants of the S32K3 family components. See the folowing links for more details: \
<https://www.nxp.com/products/processors-and-microcontrollers/s32-automotive-platform/s32k-auto-general-purpose-mcus:S32K-MCUS>\
\
<https://www.nxp.com/products/processors-and-microcontrollers/s32-automotive-platform/s32k-auto-general-purpose-mcus/s32k3-microcontrollers-for-automotive-general-purpose:S32K3>

{% hint style="info" %}
The S32K344 is a **lockstep (dual) M7 part**. There is an almost identical S32K324 where the two cores are running independently. It would be possible for a user to swap chips on this EVK if this functionality is to be investigated..
{% endhint %}

<figure><img src="/files/N0hQJodU1Nvt1j3Yr3il" alt=""><figcaption><p>Block diagram of S32K344 chip</p></figcaption></figure>


---

# 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/hardware/s32k344-mcu.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.
