-
Hi,
I'm working on a project on the i.MX RT1060 using ThreadX, and using MCULink + LinkServer + cortex-debug for debugging.
During development the debugging experience has become worse, with hit…
-
The Nordic nRF52840 chip is inexpensive and has Zigbee ZBOSS support.
The [pca10059](https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF52840-Dongle) is only $10.
Nordic has an…
-
# Background
Currently the `core` crate doesn't provide support for mathematical functions like `sqrt` or `sin`.
To do math in a `#![no_std]` program one has the following options:
- Link to a …
-
I've a Omnibus F4 Pro (V3). Two months ago I added a Radiolink SE100 (M8N + HMC5983) to my quad. It worked perfectly but after some hours the hardware was dead, I don't know why. I bought another, the…
-
ARM [released](https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads) their latest gcc-based toolchain, rev 13.2.1, about a week ago, on 2023-10-30. Compiling BMP firmware with it seems to…
-
I am looking to use Wren on a microcontroller. I have done a quick and dirty test to prove that it runs and that reasonable enough scripts can run within the limited memory, however since I want to l…
jockm updated
9 months ago
-
Hey! Thank you for your great work. I am coming from bleps and wanted to understand how I can handle events in trouble. For example how do i call a function when a write on a specific characteristic h…
-
### Summary
I stored the public key in PEM format inside an array in ROM, then attempted to parse it using `mbedtls_pk_parse_public_key`, but it failed.
### System information
Mbed TLS version:…
-
**Describe the bug**
It seems configuration variable don't work.
**To Reproduce**
- `alr init --bin test; cd test`
- `alr config --set cortex_m.core m4f`
- `alr with cortex_m`
At this point al…
-
Hi,
I'm using LabView to control GRBL v1.1 (downloaded the latest GRBL few days ago). Everything works like charm except that I spotted something which might be a glitch in the jog control. The bug …