You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, thank you so much for embassy and nrf-softdevice. Being able to program microcontrollers with rust is very appealing.
I'm curious if anyone has successfully run a an embassy/nrf-softdevice BLE example on an nrf52805. I'm starting to work through how to do it by editing the Cargo.toml in the examples folder - but wondering if there are relevant examples or blog posts that I've missed.
It seems the first step is figuring out how to write memory-nrf52805.x. I'm fuzzy on how to adapt/derive such a file from the nRF52832 and nRF52840 examples.
The text was updated successfully, but these errors were encountered:
Well, you first look which softdevice is supported, and then check the documentation for the properties of this version, for example S113's softdevice Flash size is 112.0 kB (0x1C000 bytes).
Hello,
Firstly, thank you so much for embassy and nrf-softdevice. Being able to program microcontrollers with rust is very appealing.
I'm curious if anyone has successfully run a an embassy/nrf-softdevice BLE example on an nrf52805. I'm starting to work through how to do it by editing the
Cargo.toml
in the examples folder - but wondering if there are relevant examples or blog posts that I've missed.It seems the first step is figuring out how to write
memory-nrf52805.x
. I'm fuzzy on how to adapt/derive such a file from the nRF52832 and nRF52840 examples.The text was updated successfully, but these errors were encountered: