-
I tried the following on the LPCXpresso 802 OM40000 Rev A dev board from NXP. For the BlackMagicProbe, I use a Black Magic Probe Mini V2.1 with the native binary from the latest automated build:
![…
-
I would like to ask where can I install that the correct python hid API package to use the hidapi backend.
Right now I installed [this python package](https://github.com/apmorton/pyhidapi) via pip.
…
-
1. サンプル実装のディレクトリ構成を変更する (e.g. `examples` に移動するなど)
2. サンプル実装のうち、他のプラットフォームでも共通で使いそうな部分を切り出す
現状の問題点としては、`SwdIo` traitの実装がプラットフォームごとに必要になっているが、実際のところはGPIO操作するところ以外の `SWD` のプロトコル共通の部分もかなりプラットフォーム依存側に含…
-
* Version: x.x.x
* Python: Python 3.6.1 :: Continuum Analytics, Inc.
* OS: macOS Mojave version 10.14
* `pip freeze` output
```
certifi==2018.11.29
chardet==3.0.4
eth-hash==0.2.0
eth-typing=…
-
`pyocd erase -c -t musca_b1` would seem to be a better approach as its more generic and erase the chip instead of configuring which sections to erase for the targets, but there seems to be a bug - mbe…
-
I get the warning below.
```
63 ldr r0, =_estack
Not implemented stop reason (assuming exception): undefined
```
.vscode/launch.json
```
{
// Use IntelliSense to learn about possib…
-
Hi, this is Michael.
Now I want to use C209 aoa tag, but it doesn't work.
I want to build and flash it.
However, I can't. :(
I uploaded the post 10days ago, no one answered.
https://portal.u-bl…
-
### Description of defect
Mbed Studio generates an elf file that unpredictably hard-faults (usually with a segfault) when you try to debug it (with Mbed Studio, or any other elf debugger)
This i…
-
I want to debug the network core but can't find enough information on how this is done.
Debugging the application core works but I'm only interested in debugging the network core.
The applicatio…
-
#### Problem
In order to flash images to the device, the best choice will be to use mbed-flasher tool.
We have to check if all CHIP mbed targets are supported by mbed-flasher
#### Proposed Solu…