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.

TMS320F28386D: Performance of MPOST

Expert 2400 points

Part Number: TMS320F28386D

uint32_t *MPOST_Result = (volatile uint32_t *)0x00000006;
uint32_t *GPREG2_Result = (volatile uint32_t *)0x0007800A;

In my project, I use UART(SCIA) to send out the value of 

*MPOST_Result = 0xFF FF FF FF

*GPREG2_Result = 0x 5A FF FF 0F 

  

I Shows that the test pass.

My question is how long will MPOST need to perform?

I test as below picture shows.

After my test, increase about 5.4ms of startup.

Befor enable MPOST, the timing is 118.9ms.

After enable MPOST, the timing is 124.3ms.