Can I control all peripherals from other cores other than Core0?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
DownyK
Level 5
Level 5
100 replies posted 10 solutions authored 250 sign-ins

Hello members.

I am currently using TC399 and I am asking because there is an issue caused by the development concept.

Currently, our development concept is that a controller with a total of three different functions will be included in one MCU.

Two of them have functional safety requirements and one is QM.

So I have to use non-lockstep core which is QM, but the problem is that I want this function to control all peripherals.

So the question is whether Core, other than Core0, such as Core5, can initialize and control all peripherals.

Normally, if you look at the example code, core0 controls everything.

Please let me know.

 

 

 

 

0 Likes
1 Solution
Di_W
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 250 solutions authored

Each core is able to access all the peripherals from SPB(System Peripheral Bus), please refer to here.

dw_0-1678851071694.png

 

View solution in original post

0 Likes
2 Replies
Di_W
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 250 solutions authored

Each core is able to access all the peripherals from SPB(System Peripheral Bus), please refer to here.

dw_0-1678851071694.png

 

0 Likes
DownyK
Level 5
Level 5
100 replies posted 10 solutions authored 250 sign-ins

Thanks!

0 Likes