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.

How long does it take to setting IPC register at F28377D?

I was used to IPC register for the semaphore configuration between the CPU1 and CPU2.

But it took too long to IPC register setting.

So I was measured to IPC registers setting time using the free-run timer.

START_TIMER(start_time);

IPCLtoRFlagSet(IPC_FLAG1);

STOP_TIMER(stop_time);

Measuring results is 135ns

I think it seems too long.

How about thinking of others?

Thanks for reading my post.