TI中文支持网
TI专业的中文技术问题搜集分享网站

LAUNCHXL-CC26X2R1: FlashSectorErase( NOROM_FlashSectorErase)接口一次擦除8k,如果擦除指定位置和大小,应如何调用?

Part Number:LAUNCHXL-CC26X2R1

Alex Zhang:

https://dev.ti.com/tirex/content/simplelink_cc13xx_cc26xx_sdk_7_10_01_24/docs/drivers/doxygen/html/index.html

FlashCC26X4_ns.h File Reference

您这边可以在以上链接中,找到函数的api接口函数描述,由于ti这边将所有的api都进行了封装,您只要在代码中看到的define,或者是extern,

基本上都是api函数,您在我给你提供的链接中可以直接进行搜索,里面有描述函数功能以及用法。希望可以帮助到你。

,

疾风亦有归途:

该函数直接指向函数地址,我这边根本没有办法修改成指定地址和长度

,

Alex Zhang:

您这边使用的是哪个sdk以及例程,我这边看一下。

,

疾风亦有归途:

BIM——onchip

,

Alex Zhang:

param ui32SectorAddress is the starting address in flash of the sector to be erased.

,

Alex Zhang:

如果到flash.c文件中,无法更改,那么请不要更改,一切的release请参照api函数说明,谢谢。

,

Alex Zhang:

param ui32SectorAddress is the starting address in flash of the sector to be erased.

,

疾风亦有归途:

我试过了,这个函数只能整页擦除数据,一次8k

,

Alex Zhang:

https://e2e.ti.com/support/wireless-connectivity/other-wireless-group/other-wireless/f/other-wireless-technologies-forum/816776/cc2650-flash-h-flashsectorerase-function

您这边可以参考这个帖子,希望可以帮助到您。

,

Alex Zhang:

目前ti这边擦除的方式只能进行一次8k,它是这样工作的,先擦掉8k然后,在8k里写数据,数据依次移位。希望可以帮助到您。

赞(0)
未经允许不得转载:TI中文支持网 » LAUNCHXL-CC26X2R1: FlashSectorErase( NOROM_FlashSectorErase)接口一次擦除8k,如果擦除指定位置和大小,应如何调用?
分享到: 更多 (0)