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:
- Is this setup correct? Is there anything missing?
- When multiple R5F cores call the same function simultaneously, will it affect execution performance compared to each core building its own instance?