I try to make a build of the example ble_app_hrs_rscs_replay_pca10028 (central and peripheral experimental) in SDK 10. My MCU is nRF51822-CFAC, and I'm using IAR compiler. When I try to compile fsstorage.c, I got the error
Error[Pe1665]: concatenation with ""fs_data"" in macro "NRF_SECTION_VARS_REGISTER_SECTION" does not create a valid token
I make a search and I could not find the resolution for this. I did not make any modication to the example code.
What do I need to do to have this compliled?
Thanks.