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.

tms320f28035闪存中ramfuntion 问题



你好,flash中的ramfuntion部分存储的什么函数,是浮点型的吗,都有哪些函数

  • 是指下面的ramfuncs?:

      ramfuncs            : LOAD = FLASHD,

                            RUN = RAML0,

                            LOAD_START(_RamfuncsLoadStart),

                            LOAD_END(_RamfuncsLoadEnd),

                            RUN_START(_RamfuncsRunStart),

                            PAGE = 0

      ramfuncs  存放了一些需要放在RAM中运行的程序,一般使用实时要求的程序。