Display of data from text and language resource files (Language Support)

    This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

    • Display of data from text and language resource files (Language Support)

      Hai everyone,

      I am working on a project in which, based on user's selection of the language, the menu and other headers are displayed in the selected language.

      According to the user manual under the Language support topic i tried using the function GUI_LANG_LoadCSV() for loading the data(Menu items) to RAM first then retrieving it using the function GUI_LANG_GetText(). At the initial stages this worked fine on an embedded environment .

      Later during during the project as more number of menu items got added leading to shortage of RAM. Hence i searched this forum for solutions. Later found the below solution.
      GUI_LANG_LoadTextEx issues

      But even the above solution loading the data(Menu items) to RAM first, hence the execution will be entering a hard-fault error(infinite loop) on an embedded environment.

      Requesting help.....