nrf5x-base icon indicating copy to clipboard operation
nrf5x-base copied to clipboard

Starting point and shared code for Nordic nRF5x BLE platforms.

Results 11 nrf5x-base issues
Sort by recently updated
recently updated
newest added

Since nobody in lab has touched or used the master branch of this repository since 2017, it is high time we've updated it with support for the nRF52x platforms.

On the nRF52840 there are two UARTEs but the `nrf52840_peripherals.h` file says there are two UARTEs and a single UART. This isn't entirely correct -- the UART is at address...

With SDK15 and the nRF52840, what is the correct way to include the USBD (specifically the CDC/ACM class) component? I started by adding ``` SDK_HEADER_PATHS += $(SDK_ROOT)components/libraries/usbd/ SDK_HEADER_PATHS += $(wildcard...

Cygwin should use the posix variations, not the windows ones. --- Needs to be fixed in two places: ``` but now I get this error: $ make BUILD OPTIONS: SoftDevice...

Implements [ST-Link/v2](http://www.st.com/en/development-tools/st-link-v2.html), an ubiquitous and cheap (ca. $5 on Aliexpress) programmer, support for posix platforms. - [x] "basic" `.stlinkv2` targets: flash, reset, erase - [x] debugging with `gdb` - [x]...

Would you be interested in a PR with some preliminary ST-Link support? I currently have erasing and flashing (and softdevice flashing) functional (that is, no MAC changing or debugging yet)....

the first four parameters (read, write, notify, vlen are uint8_t but appear to be just booleans. Also, vlen is poorly named, since it's whether or not the characteristic is variable...

Currently, application might overwrite part of the address because it does not recognize the upper six bytes of memory as reserved and may overwrite with a variable.

To guide what gateway infrastructure we need, it might be useful to start with what APIs we would like to be able to use at the application layer. These APIs...