View previous topic :: View next topic |
Author |
Message |
tkm
Joined: 18 Jan 2011 Posts: 72
|
Posted: Fri Oct 07, 2011 12:24 pm Post subject: can I write to PROGMEM in run time? |
|
|
Hello,
Can I write data to PROGMEM memory in run time or is it just used for storing data in compile time only? Just like RAM and EEPROM can I also save data in PROGREM while inside a function or loop? Any feedback would be much appreciated. Many thanks. |
|
Back to top |
|
|
pz
Joined: 12 Mar 2004 Posts: 1161
|
Posted: Thu Oct 13, 2011 7:12 am Post subject: |
|
|
In theory possible (it's how apps are stored) but there is no API, not good idea for user apps to do it. |
|
Back to top |
|
|
|