mailbox_mutex

Overview

The mailbox_mutex example shows how to use mailbox mutex.

In this example: The core 0 sends address of shared variable to core 1 by mailbox. Both cores trying to get mutex in while loop, after that updates shared variable and sets mutex, to allow access other core to shared variable.

Supported Boards