-
I finally compiled using Msys32
![image](https://user-images.githubusercontent.com/11488460/111054369-ef2bbf00-844a-11eb-932c-0691a318f005.png)
-
Would support for the nRF52833 DK be merged in if one would develop it?
I have a fork of the project that adds boards and would rather have support from the core for compiling towards the 833 and b…
-
**Description**
When playing different makecode arcade games on the micro:bit 2.21 and kittenbot arcade shield 1.0, i noticed a high pitch noise coming from the micro:bit buzzer. I checked with the os…
-
Add support for debug board PCA as well as the bluemicro board. Ideally add support for softdevice 7.2 as well as 6.1.1
-
Hi,
I'm attempting to read from shtc3 sensor connected to microbit-v2 via i2c external pins. For testing, I'm using a minimal RTIC app with one task which received a local context containing the `T…
-
I'm trying to flash the `zephyr.hex` but it's only erasing the board.
```log
pyocd flash zephyr.hex --target nrf52833
0000912 I Target type is nrf52833 [board]
0000912 I Asserting reset prior to…
-
I trying to measure the power profile for a battery powered application.
NCS 2.2.0
DWS3000 Shield v1.3
NRF52833-DK
I tested the examples:
TX_SLEEP
TX_SLEEP_IDLE_RC
TX_SLEEP_TIMED
but …
-
Hi,
I'm using zephyr and zcbor and generating a cmake file with:
```
zcbor code
--decode --encode
--short-names
-c ${arg_CDDL_FILE}
-t ${arg_CDDL_TYPES}
…
-
Hi,
I am using nRF52833, but when the family is set to NRF52, header file nrf.h sets to NRF52832 in line 93 and I cannot use GPIO over 32 (P1.x):
#if defined (NRF52)
#ifndef NRF52832_XXAA
…
-
Trying to build this with Python 3.6 threw the following error:
```
mkdir _build
cd _build && mkdir nrfx_nrf52833_xxaa
Assembling file: gcc_startup_nrf52833.S
Compiling file: system_nrf52833.c
…