-
Host environment:
- Ubuntu: 20.04.3 LTS (Focal Fossa)
- Python: 3.8.10
- PyOCD: 0.32.0
- Zephyr SDK: 0.13.1
Steps:
- Build zephyr blinky sample application
cmake -B build -S samples/basi…
-
Dear team,
I wanted to bring to your attention an issue I encountered while studying your code. I noticed that you have defined three additional registers that seem to have the same function as tho…
-
```
tool_specific:
gcc_arm:
misc:
c_flags:
- -mfpu=fpv4-sp-d16
- -mfloat-abi=softfp
- -g
- -ggdb
…
-
a documentation feat. a clear hierarchical overview for identification of boards (supersets, sets, subsets, and single boards) would be appreciated, to be identified via #ifdef,
because often defin…
-
I'm trying to use the library with an ARM Cortex M4 and I'm having problems with the dilithium library's getrandom crate because the error message says:
`the thumbv7em-none-eabi target may not suppor…
-
**Describe the bug**
For the qn9090 (cortex M4, armv7) we are building S2RAM support.
We are testing with a hello-world main, and some shell commands which use `pm_state_force` to change the stat…
-
When I try to start swv for the nrf52840-dk I get the following error:
```
pyocd gdbserver --target nrf52840 -S -Oswv_clock=4000000 -O swv_system_clock=32000000 -Oenable_swv=true -vvvv
000103…
bbain updated
11 months ago
-
I am Running Lightleak, trying to get a flash dump for my LSC Smart Power Plug 970761.1 (https://github.com/tuya-cloudcutter/tuya-cloudcutter/issues/607)
Possibly related to #15 .
The chip insi…
-
I am using Sourcetrail for a project that is written in C for Cortex-M4 (arm) and is compiled using the ARM Compiler version 6.01 (bundles with DS-5 Development Studio).
The following issues are pr…
-
I've been trying to compile tests for a library that is supposed to run on Arduino-like devices (thus with `#include `). And so far I'm stuck on `error: cast from pointer to smaller type 'uint32_t' (a…