-
I want to set pyocd param "-f", "--frequency", help = Set the SWD clock frequency in Hz." for debug. Is there a plan? Thanks
-
This may not be a bug, it's more of a question but I couldn't find an appropriate forum to ask it on - sorry.
I'm trying to download a ELF file to RAM (not Flash) in my target (using the API).
It …
-
Downgrading to < 20 uses wheel.
```
$ pip --version
pip 20.0.1 from /home/juho/py3/lib/python3.5/site-packages/pip (python 3.5)
(py3) juho@ub:~$ pip install cmsis-pack-manager
Collecting cmsis-pa…
-
**Describe the bug**
I need to do debugging to trace Zephyr application code in Linux Ubuntu using an IDE. Then I use Eclipse. But I can not do debuging when I launch in Debug mode.
If I use the …
-
https://github.com/pyocd/pyOCD/blob/a064d8fb99c44f32123e51d91331859b9030b5c0/pyocd/target/builtin/target_STM32L475xx.py#L29
Should the register address for APB1FZR2 be 0xE004200C?
APB1FZR2 = 0xE…
-
When debugging with pyocd for the first time, it is started with
```
"pyocd-gdbserver" "--persist" "--port" "50000" "--telnet-port" "50001" "--target" "stm32l432kcux"
```
When I stop debugging and…
-
I am trying to debug a board with an LPC1768 processor with MBED Studio 1.4.1 but every time I try to start the debugger I get the message "Timeout waiting for gdb server to start". Yet, when I start …
-
![image](https://user-images.githubusercontent.com/5648129/131222337-eda3c0e9-9c57-4fc4-a16c-a37d75614975.png)
编译了个52811的发现烧录到96%就出错了,但按键有效,也能蓝牙能连接,这样有问题吗,这是什么问题?
按52810改的,是不是52810不支持rgb和OLED?这样5281…
-
Hello world :-)
I have encountered this unhandled exception on FreeBSD using `pyocd`. This time it looks like `pyusb` issue. Exists in master:
```
(venv37zephyr) pyocd flash build/zephyr/zephyr.h…
-
Hello,
I am trying to build sample application on for mimxrt1064_evk on windows 10. I seem to have installed everything, but i still get this error:
C:\Users\mbajaj\zephyrproject\zephyr>west build …