1、使用OAD是否一定要有一下截图中的这些文件夹内容? 还是说只要借鉴OAD文件夹里的那些方法就行?
2、这个OAD方法是否适用外接SRAM?
3、OAD一定要空中下载吗?不能通过编译并通过烧写器烧写吗?
Susan Yang:
需要包含的,如oad.c 就定义了一些 OAD profile的实现等.关于如何将OAD功能添加到现有程序中,我们在相关页面给出了详细步骤,您可以参考一下
software-dl.ti.com/…/oad_offchip.html
另外对于片外OAD有如下要求:
In order to perform an Off-chip OAD the target system must provide:
An external flash storage of at least 124kB and space for storing external flash image header blocks,
4 KiB free space in the internal CC2640R2F flash for the BIM,
Free GPIO pins to interface to the external memory (i.e. 4 wires for SPI).
user6123042:
回复 Susan Yang:
1、是要将所有这些红框中的包放到我的RFpacketTX项目文件夹里吗?
2、硬件方面意思是不是我必须同时加两个外设一个是外设SRAM、一个是外设flash?