embassy-rs / nrf-softdevice

Apache License 2.0
254 stars 74 forks source link

nRF52805 example #258

Open standarddeviant opened 2 weeks ago

standarddeviant commented 2 weeks ago

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.

plaes commented 1 week ago

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).