Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 1 month ago.
flash data storage on nRF51822 and mbed?
Anyone had a successful attempt at using the fds(flash datsa storage) module(http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v11.0.0%2Flib_fds.html&cp=4_0_0_3_30) on the nRF51822 on the mbed online compiler? I've been trying to make it work like in http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v11.0.0%2Flib_fds_usage.html with many errors. Where can I find a working example code for mbed-nRF51822-fds? Thank you in advance.
1 Answer
6 years, 5 months ago.
Im currently facing the same problem. I somehow cant register ble_advertising_on_sys_evt(sys_evt) in my sys_evt_dispatch function. Somehow fds with mbed works without this when calling that fds stuff after advertising (even called from a IRQ subroutine??). As i need it to work before starting to advertise, its a crap to get it to work. Somehow the usage of gpios also seems to interfere with the functionality of fds calls.