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.

TMS320F28035: flash API函数

Part Number: TMS320F28035

在调用flash API函数擦除或者写flash的过程中,会关CPU中断吗?中断函数里面是控制功率管的算法,需要定期执行。

    Status = Flash_Erase(SECTORB,&FlashStatus);

    Status = Flash_Program(Flash_ptr,pbuffer,Length,&FlashStatus);

    Status = Flash_Verify(Flash_ptr,pbuffer,Length,&FlashStatus);