MediaTek-Labs / mt3620_m4_software

mt3620_m4_driver
Other
32 stars 29 forks source link

[Question] About CM4F0 and CM4F1 #34

Closed Visit-Learn closed 3 years ago

Visit-Learn commented 3 years ago

Hi,

we refer mailbox example for using two RT core. And we have some questions as following,

  1. How could I assign RT core firmware into specific M4 part (such that we only have one RT core firmware but we want to assign it into CM4F1)

  2. If only one RT core firmware and this firmware does not use any dedicate peripheral (such as IO0_GPIO86) How could we know that firmware is side load into CM4F0 or CM4F1

Thank you so much.

kevinwh-chou commented 3 years ago

Hi,

For your questions, please refers to "8. Determine which core your app is running on" section from Azure Sphere page. Basically the RTApp is deployed to the first available real-time core on the device, and it's not able to specify a particular core. Inside the link it shows a way to know which core is currently used.

Visit-Learn commented 3 years ago

Hi,

Thank you for your information, got it. Thanks~