Questions tagged [nordic-semi]
6 questions
1
vote
0 answers
Write to RTT using pylink-square library
Using this example of the pylink git repo, I am able to send commands to my Nordic Board and control it over the RTT.
Now, I derived my own little python script from this example, where I want to send one command:
def write_rtt():
jlk =…

ilja
- 109
- 7
1
vote
0 answers
device disconects when trying to update the firmware
i'm trying to update the firmware version of my Movesense sensors in my Flutter App, after investigating i found out that the steps to do that is put the device into update mode using the mds package, then start the device firmware update using the…

Aymen Ziouche
- 47
- 3
- 12
0
votes
1 answer
How to access data of a "set" defined in a macro in C
In Nordic's SDK there's an ADC driver, in which is defined the following default config struct
/** @brief Macro for setting @ref nrfx_saadc_config_t to default settings. */
#define NRFX_SAADC_DEFAULT_CONFIG …

ilja
- 109
- 7
0
votes
0 answers
Can't Build code that references files on Nordic NRF SDK version 17 on MACOS
I am building code (in VS Code) for the NRF52840 Development Kit using the nordic nRF5_SDK-17.1.0. When I build the following example with the following dependancies:
#include
#include "nrf_delay.h"
#include "nrf_gpio.h"
#include…

Jaspal Singh Rathour
- 679
- 6
- 14
0
votes
1 answer
NRF5 SDK 17.1.0 Threading Model
Ok, so stupid-newby question-time. Is the default thread model in nRF5 SDK 17.1.0 single threaded with exceptions, interrupts, events, running as ISRs in privileged (i.e. higher priority) stack space?
Is that specific enough, or am I being too…

Quantium
- 1,779
- 1
- 14
- 14