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.

TMS320F28069: FLASH API调用的问题

Part Number: TMS320F28069
Other Parts Discussed in Thread: C2000WARE

在实现自定义的bootloader时需要用到FLASH API

常规的做法是,把Flash2806x_API_Library.lib文件放在FLASH中,然后拷贝到RAM中运行

查看06x参考手册(spruh18h),在芯片BootRom中有一段代码也是Flash API

请问,为了节省Flash空间,能不能在程序直接调用bootrom中存储的flash api函数?