-
I updated pyCOD to v0.28.2. When I launch the pyOCD debug configuration, pyCOD stop at "0001590:INFO:server:Semihost server started on port 4444 (core 0)" and the there's no debug window. I used pyOCD…
-
Very excited about yesterday's update。
I very much expect to get rid of the hardware (jlink) dependency。
I have one usb dongle (52840 dongle),and have a try with nrfutil.
./deploy.py --board=nrf5…
-
i am modifiying the daplink firmware code so that there is no drag-and-drop (MSD) support; and haven't yet material to test on; i post here to know if it is suffisiant to \#_undef_ all occurances o…
-
This section tells you to run `$ openocd -f interface/stlink.cfg -f target/stm32f3x.cfg`, except it doesn't specify where to get those files. Are they part of the project template?
-
您好,看了原理图有些不明白,加上我对stm32系列单片机也几乎没有认识,所以有些疑问
U3的W25Q64是否需要实装,看您给的照片一个装了,一个未装?照我理解,似乎bin还未大到必须要扩到外部flash的。
另外,这个gd32在用openocd,或者 pyocd时,是否能直接用stm32的target文件?
obuhz updated
4 years ago
-
你好,
参照您在github上的这个项目,我在自己尝试制作一个蓝牙键盘,目前pcb已经制作完成,固件也编译完了,但是在烧录的时候有一些步骤不太了解,希望能得到您的帮助,具体如下:
参照https://wiki.lotlab.org/上的相关文档,我使用的是ch554t的芯片以及nrf52832的蓝牙芯片,均购买自淘宝散件,其中nrf52832使用的是易佰特的E73-2G4M04…
-
This is a request to add support for the `http_proxy` environment variable so that the index and packs can be downloaded through a proxy server.
See below from @jeromecoutant in mbedmicro/pyOCD#638…
-
Hello,
I am trying to set up a development environment using VS code, cortex-debug, arm-none-eabi and pyocd.
When I start debugging with cortex-debug I get the following output:
VS Code popu…
-
The new iMXRT1062 would be a great addition as a debug-adapter.
- Fairly low cost
- High speed USB
- on-board flash that could be used to store a rom "locally" to achieve high speed flashing in fac…
-
pyocd sometimes occured jlink related exceptions. Looks like it try to open connected jlink probes. Actually we do not want it. It might cause segger jlink error if it is in parallel.
Is possible to …