-
Hi,
I can easily trigger the pack manager tool by doing something like:
`start ${PackFile}`
What I would like to do is 2 things:
1. Install a CMSIS pack in my CMSIS_PACK_ROOT without opening…
-
**Describe the bug**
platform:
twrke18f
Location:
tests/subsys/storage/flash_map
**To Reproduce**
Steps to reproduce the behavior:
1. mkdir build; cd build
2. cmake -DBOARD…
-
During the installation, I came across following ERROR. Is this OK?
```
ERROR: pyocd 0.16.0 has requirement pyyaml=4.2b1, but you'll have pyyaml 5.1.2 which is incompatible.
```
The full log.
`…
-
I've just noticed that gdb server is not usable with pyOCD master and PSoC6A-2M target. Any attempt to reset the target e.g. using 'monitor reset' command always leads to 'TransferError: No ACK receiv…
-
I'm using an STLINK-V3MINI to try to talk to an STM32F750 chip over SWD. On connect I get a "Error attempting to probe CoreSight component referenced by ROM table entry #0: STLink error (16): AP wait"…
j4cbo updated
3 years ago
-
Hi @flit ,
I met a strange problem on kl28z target.
Sometimes there occur exception in `target\family\target_kinetis.py`:
**`AttributeError: 'AccessPort' object has no attribute 'read32'`**,
…
-
**Describe the bug**
after apply the PR https://github.com/zephyrproject-rtos/zephyr/pull/31730 , we meet data derived issue in isotp
**To Reproduce**
Steps to reproduce the behavior:
set up z…
-
### Description of defect
**Expected behavior**
Normal use of `HAL_PWR_EnterSLEEPMode()`
**Actual behavior**
On certain occasions the device crashes with a hardfault after calling `HAL_PWR_Ent…
-
`defmt` version: `overlap-fix#0ceade69`
I am using stm32g081. In my app first couple of flash pages are allocated to bootloader and configuration.
When using `defmt` and at the same time stm32 tri…
-
Running 0.28.3, installed via pip, python 3.7.9. wreg always causes the error:
```
pyocd> wreg GPIOA.BRR 0xF
writing 0xf to 0x48000028:32 (BRR)
Error: name 'do_readback' is not defined
```