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.

TMS320F28377S: 通过Fapi_issueProgrammingCommand,FLASH中最多只能写8个字?

Part Number: TMS320F28377S

Hi ALL:

        我自己写了bootload,通过例程中的Fapi_issueProgrammingCommand去写FLASH,发现一次性要写16个字时,无法写成功。

        1.请问FLASH最多只能写8个字吗?

        2.需要烧写的APP很大时,一次只能烧8个字的话如何能快速烧好APP程序?

extern Fapi_StatusType Fapi_issueProgrammingCommand(uint32 *pu32StartAddress,
                                                                                                             uint16 *pu16DataBuffer,
                                                                                                             uint16 u16DataBufferSizeInWords,
                                                                                                             uint16 *pu16EccBuffer,
                                                                                                             uint16 u16EccBufferSizeInBytes,
                                                                                                             Fapi_FlashProgrammingCommandsType oMode);