This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM2434: R5F Shared function in SRAM

Part Number: AM2434


Tool/software:

Hello,

we are using the AM2434 chip. To save memory, we have three R5F cores running the same function. We hope to build only one instance of the function and have all three cores call it together.

The setup is as follows (in Cached memory configration):

1. In R5F0_1, R5F1_0, R5F1_1

2. In R5F0_1

2. In R5F1_0, R5F1_1

3. in library project

4. Build successfully

Question:

  1. Is this setup correct? Is there anything missing?
  2. When multiple R5F cores call the same function simultaneously, will it affect execution performance compared to each core building its own instance?
  • Hi Fredrick,

    Is this setup correct? Is there anything missing?

    Yes, the setup looks correct.

    When multiple R5F cores call the same function simultaneously, will it affect execution performance compared to each core building its own instance?

    I don't think there should be any impact on the performance as the function is in MSRAM, so the access to the code is not really core dependant.

    Best Regards,

    Meet.