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.

AWR2944: Critical section resource access

Part Number: AWR2944

Hi

Generally, access to critical section resources is accomplished by enabled and disabled interrupts. 

For example, the R5F and DSP access the critical section simultaneously, Obviously, enbling and disabling interrupts is no longer suitable.

In the ARM architecture, the R5F is a dual-core lockstep processor. If set to non-lockstep mode,

there is an exclusive method for multi-core access to the critical section, which can drive hardware to achieve exclusive access.

Does the DSP have a similar design to the R5F? If so, what is the reference documentation, or are there any good solutions to this problem?