-
I've been using Cortex Debug plug-in in VScode for a while.
But for some reason, the SWO console is missing recently even with the following configurations:
`/* SWO configurations */
"swoConf…
-
By Default the RF-Switch CTL1 to CTL3 lines are NC and will cause a HardFault. On my (custom) board, I only utilize a single Pin for the RF switch.
There could be a little documentation on the 3 Pins…
-
Hi folks
Seems there is something up with Cortex-Debug and the latest vscode under arch linux with latest packages.
```shell
>code --version
1.62.0
b3318bc0524af3d74034b8bb8a64df0ccf35549a
x…
-
Hey!
I am using the nimble l2cap example to connect multiple server nodes. Now I want to record every node the master has connected, so I have a struct named `remotedevice`.
```c
struct remot…
-
Neopixel is able to flash one color but will not alternate even when using the same function
-
I have several nRF52840 boards that I am using as a ble central to connect to two devices. The central seems to hang completely randomly, some days this will not occur at all and at other times it can…
-
With then new update of newlib, running tock with applications fails on cortex-m0+ devices (Raspberry Pi, Arduino Nano RP 2040 Connect). This is the fault output:
EDIT: Using the old libc.a binary …
-
### Description of defect
Simply put, when I compile on windows my code run as expected, but when I do so on Linux with the same code and mbed-os I get a HardFault (see below). The issue seems to…
-
The actual example is significantly longer, but I narrowed it down to the following 10 lines of code to reproduce it. Tested on two different NeoKey Trinkeys running the same firmware.
Limor report…
-
I followed guidelines from http://evenlund.blogspot.com/2016/10/usb-storage-with-stm32f4-discovery-and_58.html, and increased value for "Device Configuration Tool" / "Project Manager" / "Minimum Stack…