cancel
Showing results for 
Search instead for 
Did you mean: 

Flash memory & SD Card

idrissmc
Associate II

Hello everyone, just I want to know a little detail: when I’m debugging my program (C file) I suppose it goes to the flash memory! I want to know if it’s possible to debug to SD Card?

3 REPLIES 3

You can't execute code from the card​. You could load files from the card into RAM, or program into the FLASH, and run from there.

Your app could write data to files.​

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
idrissmc
Associate II

Clive Two.Zero , when debugging we’re erasing old data and store new data? Is it correct?

and then we talk about the life of the memory flash which is determineted by the manufacturer? Is this right?

You've got 10000 erase/write cycles, mostly impacted by temperature and voltages.

You're apt to give up or get bored before you hit those limits with code you are debugging.​

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..