Search found 22 matches

by kak
Thu Oct 11, 2018 9:09 am
Forum: Other Boards
Topic: [nrf52] Module for register definitions like "stm"
Replies: 4
Views: 3409

[nrf52] Module for register definitions like "stm"

For the STM32 based boards, there's a module "stm", that allows direct access to processor registers.
Is there something like this also for the nrf port?
If not, where should I start to write one?
by kak
Fri Oct 05, 2018 11:55 am
Forum: Other Boards
Topic: Anyone working on a port to Nordics PCA10059 Dongle?
Replies: 11
Views: 9882

Re: Anyone working on a port to Nordics PCA10059 Dongle?

Adafruits fork of micropython (called circuitpython) has support for the pca10059 dongle. But I could never flash it onto the stick using nrfutil, or adafruit_nrfutil. I had to use nRF Connect to flash the circuitpython and softdevice hex files separately. The softdevice has to be s140, btw. I also ...