Multicore programming on TC277 Tricore Aurix MCU

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

cross mob
ee21mtech14008
Level 1
Level 1
First reply posted First question asked Welcome!

I am currently working on TC277 Aurix Microcontroller. I am trying to implement a neural network on the MCU where I need 3 cores working simultaneously to get output much faster. But I am not able to figure out how to do coding for such applications. I am using Aurix Development studio. Can anyone please help me with it?

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

The multi-core is not used for computation generally, which is the function of PPU or SPU, so far I have not known TC2xx for this application.

View solution in original post

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

Please give more details. what compute power you need for deep learning? Please refer to this page.

0 Likes
ee21mtech14008
Level 1
Level 1
First reply posted First question asked Welcome!

It's a 2700-parameter model GRU-based model and it is taking 5 ms to execute on a single core. But the available time to execute is 0.5 ms. So, I want to use all the 3 cores to reduce the time further.

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

The multi-core is not used for computation generally, which is the function of PPU or SPU, so far I have not known TC2xx for this application.

0 Likes