2010-07-12 02:39 PM
Storage of constants in Flash (EWARM)
2011-05-17 04:58 AM
I'm using EWARM 5.xx and use 'const' to place ''variables'' in flash. It does NOT copy them to RAM. If you declare a non-const variable and give it an initializer it WILL be copied to RAM at startup.