Hello,
i need to write to NON-Volatile memory in my app. I'm using the BLE112/cc2540 128k. For writing i use the function osal_svn_write.
For 128K setup i followed this tutorial:
http://processors.wiki.ti.com/index.php/128kproject
But it doesn't work, the function doesn't write to memory.
To verify that my app isn't the reason i used the cc2540 256k with 256k setup and it worked.
So the problem seems to be the 128k setup.
Could somebody help me, thanks.