MediaTek-Labs / mt3620_m4_software

mt3620_m4_driver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] About CM4F0 and CM4F1

Visit-Learn opened this issue · comments

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.

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.

Hi,

Thank you for your information, got it.
Thanks~