This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IQmath 编译进Flash memory时报一个警告,怎么去掉



Hi Ti support:

      我用下面的方法把IQmath编译进Flash memory。

      IQmath : > FLASH_BCDEFGHIJ, PAGE = 0
      IQmathTables : > IQTABLE, PAGE = 0, type = NOLOAD
      IQmathTablesRam: START(_IQmathTablesRamLoadStart),END(_IQmathTablesRamLoadEnd),SIZE(_IQmathTablesRamLoadSize),RUN_START(_IQmathTablesRamRunStart) {} > FLASH_BCDEFGHIJ, PAGE = 0, run > L1SARAM PAGE 1

     编译时报下面的警告:

<Linking>
>> warning: load address of uninitialized section IQmathTablesRam ignored

    问题1:我该如果改,才能去掉?

    问题2:      IQmath,IQmathTables,IQmathTablesRam。这三个段都放的是什么,为什么有的时候是Page0,有的是page 0 ,而运行的时候又是page1了。

    问题3:     在Flash中程序运行明显慢了,有什么方法可以提速?

BR

Fred