We are using libnrf_cc310_0.9.12.a. This doesn't work with position independent code check box in IAR (see Project Options->C/C++ Compiler->Code->Code and Read Only Data (ropi)) since the API (headers) use const pointers and const structs initialized with function pointers. We removed these from the headers, but when stepping through the assembly inside this library, ROPI is not being respected.
Can you please make a ROPI version of this library? Alternatively, is the source code available somewhere?
Thanks,
Dave