Skip to main content
idrissmc
Associate III
July 4, 2019
Question

Flash memory & SD Card

  • July 4, 2019
  • 2 replies
  • 763 views

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?

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
July 4, 2019

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 VenmoUp vote any posts that you find helpful, it shows what's working..
idrissmc
idrissmcAuthor
Associate III
July 4, 2019

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?

Tesla DeLorean
Guru
July 4, 2019

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 VenmoUp vote any posts that you find helpful, it shows what's working..