8 years, 9 months ago.

SDCard - fopen frozen

I am trying to read and write files from SDcard using the RedBear BLE Nano (nRF51288). I was able to read and write files on the SDCard, using the library: "SDFileSystem.h".

But when I run the fopen function with BLE Heart Rate example, the code stops running. It seems that when the .hex is above 400KB fopen stops working.

Anyone faced this problem before?

Andre

Are there alternative for fopen function? I tried the sd.open but that didn't work with nRF51288.

posted by Andre Chang 17 Jul 2015

1 Answer

8 years, 1 month ago.

can you share your code please, I have a similar project to use sd card with BLE it will be very helpful to me.