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.
工具与软件:
我定义调用库函数的函数、该函数在启动之前存储在闪存中、并在程序启动期间复制到 RAM 中。
我如何定义库函数、以便在程序启动期间将这些函数复制到 RAM 中?
谢谢
你(们)好
您可以参考 位于的 C200ware 中的闪存 API 使用"flashapi_ex1_programming"示例
此致、
Rajeshwary
该示例展示了如何在 cmd 文件中定义库、从而将调用的函数也复制到内部 RAM 中。
相关
{
.TI.ramfunc
{-l "..\FAPI_F28003x_EABI_v1.58.10.lib"}
} LOAD = FLASH_BANK0_SEC1
RUN = RAMLS、
Load_start (RamfuncsLoadStart)、
Load_Size (RamfuncsLoadSize)、
Load_End (RamfuncsLoadEnd)、
RUN_START (RamfuncsRunStart)、
RUN_SIZE (RamfuncsRunSize)、
RUN_END (RamfuncsRunEnd)、
对齐(8)
此任务现在可以结束、感谢您的帮助