I have been modifying a project we have to use the s332 2.0.1 with SDK 12.1. Upfront, In the current project environment, I can't update the version of the SDK I'm using, so I need to stick with SDK 12.1.
I was able to get the project building and the initialization of the softdevice and the ANT stack appear to all be successful, however, when I try to do an FSTORAGE write shortly after startup, I get the FS_ERR_OPERATION_TIMEOUT error. I followed the directions in the sdk_config.h to increase the max retries, set it to 10, still gives same error code. This was a working project with just BLE that I started to modify and add ANT+ profiles. Is there an issue with running the BLE, ANT+ and FSTORAGE together? Is there a configuration setup that does or doesn't work with all three?