Other Parts Discussed in Thread: C2000WARE
在实现自定义的bootloader时需要用到FLASH API
常规的做法是,把Flash2806x_API_Library.lib文件放在FLASH中,然后拷贝到RAM中运行
查看06x参考手册(spruh18h),在芯片BootRom中有一段代码也是Flash API
请问,为了节省Flash空间,能不能在程序直接调用bootrom中存储的flash api函数?
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.
在实现自定义的bootloader时需要用到FLASH API
常规的做法是,把Flash2806x_API_Library.lib文件放在FLASH中,然后拷贝到RAM中运行
查看06x参考手册(spruh18h),在芯片BootRom中有一段代码也是Flash API
请问,为了节省Flash空间,能不能在程序直接调用bootrom中存储的flash api函数?
是的,F28069本身也有包含有BootROM的API库,你可以看一下这个文档的说明:
C:/ti/c2000/C2000Ware_4_01_00_00/libraries/flash_api/f2806x/docs/Flash2806x_API_Quickstart.pdf