这两款芯片有没有像28335或28035中Flash_Program()函数一样,直接可写入一段数据,现在280049和280025Fapi_issueProgrammingCommand()只能从8的倍数或4的倍数起始写,例如:擦除0x81000---0x82000一个FLASH扇区,写入只能从0x81000开始写,0x81002就不行,实际应用过程中遇到奇数怎么解决。
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.
这两款芯片有没有像28335或28035中Flash_Program()函数一样,直接可写入一段数据,现在280049和280025Fapi_issueProgrammingCommand()只能从8的倍数或4的倍数起始写,例如:擦除0x81000---0x82000一个FLASH扇区,写入只能从0x81000开始写,0x81002就不行,实际应用过程中遇到奇数怎么解决。