Skip to content

Commit

Permalink
Merge branch 'master' into readme-more-explicit-development
Browse files Browse the repository at this point in the history
  • Loading branch information
sirhcel authored May 16, 2024
2 parents b3ddd07 + 1a4552b commit 8828f97
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/docs/_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ docsMenu:
- title: Library guide
id: library
- title: Knowledge Base
id: knowledge-base
id: knowledge-base
- title: FAQ
id: faq
1 change: 1 addition & 0 deletions src/docs/faq/_data.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
section_order: 6
30 changes: 30 additions & 0 deletions src/docs/faq/faq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: "FAQ"
description: "A collection of FAQ"
order: 00
---

## I cannot flash my target

Make sure you try with and without the `connect-under-reset` argument. Some chips need it and others don't support it at all.

## My stm32 target does not flash or boot, what to do?

Try to connect BOOT0 to ground and flash the firmware while doing that to unbrick your target.

## Why you can't use probe-rs with arduino/adafruit/micropython/u2f bootloaders?

These devkits don't contain a debug probe and are only flashed over USB/a serial interface.
Thus it is not possible for us to debug those targets.

## I get some weird probe error, how do I debug it?

## How to debug the debugger?

## probe-rs does fails to connect to RTT, what to do?

Make sure your firmware does not crash very early. This is a very common reason we actually never get to run RTT which makes probe-rs fail to find the necessary information to connect.

## How do I add a new target?

Please see the documentation on [CMSIS-Packs](/docs/knowledge-base/cmsis-packs)

0 comments on commit 8828f97

Please sign in to comment.