# Misc

- [Using Nucleo STLink to Flash Off-board Chips](https://tk233.gitbook.io/notes/stm32/misc/using-nucleo-stlink-to-flash-off-board-chips.md)
- [Changing STM32 Default Boot Option](https://tk233.gitbook.io/notes/stm32/misc/changing-stm32-default-boot-option.md)
- [STM32 Flash Option Byte Recovery](https://tk233.gitbook.io/notes/stm32/misc/stm32-flash-option-byte-recovery.md)
- [STM32 Systick and Timeout in Interrupt Routines](https://tk233.gitbook.io/notes/stm32/misc/stm32-systick-and-timeout-in-interrupt-routines.md)
- [Telesky ST-Link V2 Upgrade Firmware](https://tk233.gitbook.io/notes/stm32/misc/telesky-st-link-v2-upgrade-firmware.md)
- [Some Performance Measurements on STM32 MCUs](https://tk233.gitbook.io/notes/stm32/misc/some-performance-measurements-on-stm32-mcus.md)


---

# 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/misc.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.
