-
Hi, I am following a similar launch.json script but I am getting some error, I hope someone can point out the issue. Below is my error and launch.json
**Error :**
`Launching server: "openocd" "-c" "…
-
**Describe the bug**
I'm migrating my project to Zephyr and tried to reach the same level of Power consumption as in the original project using only HAL and FREERTOS. In my original project I could s…
-
PIO Core Call Error: "The following files/directories have been created in C:\\Users\\ahmad.alaboud\\Documents\\PlatformIO\\Projects\\BlitzcontrollerH723zg\r\ninclude - Put project header files here\r…
-
Hello,
I am trying to get an SD card working on NuttX just over SPI. Currently, I am on commit 85b0fae, with the profile `nucleo-144:f767zi-nsh`. I was following the [Using SD card over SPI NuttX](…
-
**Describe the bug**
When trying the bluetooth examples for STM32WB55RG on two different nucleo_wb55rg boards, I noticed that the MAC address was the same for both:
EDIT: I found this "bug" when t…
-
We should consider some common capabilities of the boards and have a set of interfaces, like PWM capable boards.
Consider current samples for PWM.
Nucleo board:
``` dart
import 'dart:dartino';
impo…
-
Howdy folks, hoping someone can point me in the right direction re: USB core IDs.
I spent the morning fiddling with the [STM32H7 usb_serial example](https://github.com/embassy-rs/embassy/blob/main/…
-
I was running some tests on a nucleo-f429zi with the PLL set as source system clock and with different target frequencies when I found out that the [`pll.enable()`](https://github.com/tock/tock/blob/0…
-
On the STM32F1 series, the HSE clock can be generated either from external crystal or an external clock. If an external clock source is used, the HSEBYP bit must be set in the RCC_CR clock control reg…
-
**Describe the bug**
I'm developing a custom board based on the STM32U5A5 and wanted to debug it through SWO.
When selecting 'CONFIG_LOG_BACKEND_SWO' i get the error that HAS_SWO (=n).
Tried …