Search:

Type: Posts; User: Skerge

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    1,739

    Yes, that seems to work as well. I never realized...

    Yes, that seems to work as well. I never realized "static const" would actually changed the type of memory allocated .

    I appreciate everyone's replies.
  2. Replies
    5
    Views
    1,739

    Hey, that worked! Not only did it work, the...

    Hey, that worked!
    Not only did it work, the compiler seems to have placed the array in the ROM instead of RAM.
    I was afraid that it would put the globals in RAM and use it all up, but I have...
  3. Replies
    5
    Views
    1,739

    Large Amounts of Static Data

    Hi, first post here.
    I'm writing a program for a microcontroller that must load parameters into several peripheral devices over I2C. The parameters are constant and only used as part of the...
Results 1 to 3 of 3