# Getting Started - STM32 Edition

HiHi, this is -T.K.-.

Here's a text version of the STM32 tutorials (or lab notes).

The recommended getting started sequence is:

1. go through the articles in this "Getting Started" section in order, set up your environment and be able to run the hello world example program.
2. then, you can go to the corresponding peripheral document sections that you need.
3. if there are any issues not specific for a peripheral, then probably it's in the "[Misc](/notes/stm32/misc.md)" section.


---

# 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://tk233.gitbook.io/notes/stm32/getting-started-stm32-edition.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.
