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.
8 years, 7 months ago.
Error: Class "NRF_UICR_Type" has no member "NRFFW"
Hi there,I am using the RedBear Nano and I want to try the fstorage function, but after I included the "fstorage.h" to the main.cpp and compile .It showed that "Error: Class "NRF_UICR_Type" has no member "NRFFW" in "nRF51822/nrf51-sdk/source/nordic_sdk/components/libraries/fstorage/fstorage_config.h", Line: 85, Col: 49".I found the typedef of NRF_UICR_Type and it has member NRFFW
Please check my program.
posted by Kenji Arai 27 Apr 2016https://developer.mbed.org/users/kenjiArai/code/BLE_nRF51822_Monitor/
1st_readme.txt line 39 and follows.
I also had a trouble this issue.
I hope the offical mbed meber will take care it.