TI 大神,off chip oad代码在7*7的launch pad是可以,用在4*4后可以使用,不能OAD升级。
这两者除了IO口,还有什么区别?
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.
TI 大神,off chip oad代码在7*7的launch pad是可以,用在4*4后可以使用,不能OAD升级。
这两者除了IO口,还有什么区别?
The SW programming interface is the same for all package options. When changing from one package option to another, such as the 7x7 to the 4x4 QFN, only the number of DIOs defined in the board file and, if needed, RF layout need to be considered.
请问您说的不能OAD升级具体是指什么?
关于4*4 off chip OAD的问题是这样的:我们在7*7的芯片上是成功的,然后我们改了SPI管脚,管脚修改如下:// Board external flash defines
#define BSP_IOID_FLASH_CS IOID_4
#define BSP_SPI_MOSI IOID_9
#define BSP_SPI_MISO IOID_8
#define BSP_SPI_CLK_FLASH IOID_7
是不是那里改错了?