> For the complete documentation index, see [llms.txt](https://nxp.gitbook.io/mr-canhubk344/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nxp.gitbook.io/mr-canhubk344/hardware/board-status-leds.md).

# Board Status LEDs

The MR-CANHUBK344 has various LEDs to indicate status as shown in Figure 6. Under normal circumstances, the state of the LEDs should as indicate in the table below.

<table><thead><tr><th width="91">Dxx</th><th width="156">LED Name</th><th width="145">Normal State</th><th>Description</th></tr></thead><tbody><tr><td>D24</td><td>RESET_K3</td><td>Off</td><td>Indicates if the S32K344 is in reset</td></tr><tr><td>D25</td><td>P1V8_TRK2</td><td>On</td><td>Indicates FS26 SBC 1V8_TRK2 status</td></tr><tr><td>D26</td><td>P3V3_TRK1</td><td>On</td><td>Indicates FS26 SBC 3V3_TRK1 status</td></tr><tr><td>D28</td><td>P3V3_LDO2</td><td>On</td><td>Indicates FS26 SBC 3V3_LDO2 status</td></tr><tr><td>D29</td><td>P3V3_LDO1</td><td>On</td><td>Indicates FS26 SBC 3V3_LDO1 status</td></tr><tr><td>D30</td><td>VBATP_SW</td><td>On</td><td>Indicates VBAT status</td></tr><tr><td>D34</td><td>V15_MCU</td><td>On</td><td>Indicates FS26 SBC V15 status</td></tr><tr><td>D43</td><td>P5V4</td><td>On</td><td>Indicates FS26 SBC P5V4 status</td></tr><tr><td>LED1</td><td>RGB Status LED</td><td>Green</td><td>Controlled by the software. Green indicates normal operation, blue indicates initialization, red indicates that an error has occurred.</td></tr></tbody></table>

<figure><img src="/files/ce8kxQj4egjqaCBk1Vd7" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://nxp.gitbook.io/mr-canhubk344/hardware/board-status-leds.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
