How Can I define a struct in code memory?? I want to create a Default config and put this in code memory, If the program detect that is unconfigurated this load the Default configuration. thanks
Thank you very much, its run!! I have declared the Deafult Conf as: typedef struct sConfiguration { ... } and I have inizialized const struct sConfiguration code Default_Conf= { 0,100, 10.3, ..... };