> For the complete documentation index, see [llms.txt](https://nxp.gitbook.io/ucans32k1/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/ucans32k1/model-based-design-toolbox-for-ucans32k1sic.md).

# Model Based Design ToolBox for UCANS32K1SIC

## Model Based Design Toolbox

In addition to traditional software tools, we pleased to now also have support for the UCANS32K1SIC board in the MBDT.  \
\
From the [NXP MBDT website page](https://www.nxp.com/design/development-boards/motor-control-development-solutions/model-based-design-toolbox-mbdt:MBDT): \
"The NXP MBDT includes an integrated Simulink®-embedded target supporting NXP MCUs for direct rapid prototyping and built-in support for software- and processor-in-the-loop (SIL and PIL) development workflows, systems and peripherals device interface blocks and drivers, a target-optimized Math and Motor Control library set (AMMCLib) for efficient execution on the target automotive MCUs and Real-Time Control Embedded Software Motor Control and Power Conversion Libraries (RTCESL) for other MCUs, and bit-accurate simulation results in the Simulink® simulation environment."

### Example:

This article shows how to develop an application for the UCANS32K1SIC evaluation board in MATLAB and Simulink and NXP’s Model-Based Design Toolbox.

[UCANS32K1SIC EVB Application Development using Model-Based Design Toolbox](https://community.nxp.com/t5/NXP-Model-Based-Design-Tools/UCANS32K1SIC-EVB-Application-Development-using-Model-Based/ta-p/1637236)

#### Other links: [**https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/ct-p/mbdt**](https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/ct-p/mbdt)

<figure><img src="/files/MmS3nLXMfaQRzjdsHeCG" 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/ucans32k1/model-based-design-toolbox-for-ucans32k1sic.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.
