# Chapter 1. Getting Started with STM32

According to ST's official website <http://www.st.com/en/microcontrollers/stm32-32-bit-arm-cortex-mcus.html>,

> The STM32 family of 32-bit Flash microcontrollers based on the Arm® Cortex®-M processor is designed to offer new degrees of freedom to MCU users. It offers products combining very high performance, real-time capabilities, digital signal processing, and low-power and low-voltage operation, and connectivity, while maintaining full integration and ease of development.

STM32's Ecosystem can be summarized as:

![STM32 32-bit ARM Cortex MCUs and STM32 Ecosystem](http://www.st.com/content/ccc/fragment/product_related/class_information/class_level_diagram/group0/1b/96/39/54/20/23/46/bf/stm32_cl1734/files/stm32_cl1734.jpg/_jcr_content/translations/en.stm32_cl1734.jpg)


---

# 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://longer-vision-robot.gitbook.io/stm32f767zi-full-stack/chapter-1.-getting-started-with-stm32.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.
