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.

LAUNCHXL-F28P65X: How can I reset the ESC through the PDI sequence?

Part Number: LAUNCHXL-F28P65X
 I want to reset ESC by writting register 0x40, but it seems it does't work.
    reset = 0x52 << 8U;
    ESC_writeWord(reset, 0x40);
    reset = 0x45 << 8U;
    ESC_writeWord(reset, 0x40);
    reset = 0x53 << 8U;
    ESC_writeWord(reset, 0x40);