Build for a specific core in psdk 9.2 freertos

Hello I am using ti TDA4 hardware.
here it has 8 R5F core, I have to build a perpendicular core which includes my library/my component.

Can you suggest me How can we configure a core and where the changes has to do in which location to build a core

Would you please elaborate what you mean by configuring and building a core?

here 2 things:

  1. I have a library some where (out of the FreeRTOS)
    I need to include those library into freeRTOS any one of the R5F core. when I flashed that R5F image into hardware I can use that lib functionalities.

  2. for example I wrote simple .c file, I wanted to build that .c file into only one R5F core when ever I up that R5F core I can use that Ali’s which is in .c file..

please let me know if need any another explanation.

Thanks
Mallesh CH

Your question is still unclear. Do you want to run your library on one R5 core and want to make your library functionality available to other cores?


      Core 0                              Core 1
+-----------------+                 +-----------------+
|                 |    Request      |                 |
|                 | <-------------- |                 |
|     Library     |                 |    Application  |
|                 | --------------> |                 |
|                 |    Response     |                 |
+-----------------+                 +-----------------+