Hi,Experts,
we are using sdk-rtos-j7200-evm-07-01-01-10, and the sciclient architecture has be changed.
Then, We use OS(OSEK) of AUTOSAR instead of Tirtos, should we initialize Sciclient and Sciserver?
Regards,
Xie
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.
Hi,Experts,
we are using sdk-rtos-j7200-evm-07-01-01-10, and the sciclient architecture has be changed.
Then, We use OS(OSEK) of AUTOSAR instead of Tirtos, should we initialize Sciclient and Sciserver?
Regards,
Xie
Hi Xie,
The Sciclient must continue to be initialized for communication to request for all RM, PM, and Security services.
Sciserver is a new module which enables MCU R5F to service requests for all non-secure entities on the SoC. DMSC only services requests by secure entities. It is only required if you have other cores (e.g. A72/Linux) which must request services which previously were intended for DMSC.
Here are a few links to help explain the new architecture, including which libraries are required and what modules must be included in the application:
Compatibility changes: https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-j7200/latest/exports/docs/pdk_j7200_07_01_00_45/docs/userguide/j7200/release_notes/release_notes_07_01_00.html#memory-map-and-linker-command and https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-j7200/latest/exports/docs/pdk_j7200_07_01_00_45/docs/userguide/j7200/release_notes/release_notes_07_01_00.html#sciclient
Details on new sciclient structure: https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-j7200/latest/exports/docs/pdk_j7200_07_01_00_45/docs/userguide/j7200/family_cfg/j7200/index_modules_sciclient_j7200.html
Please let me know if you have any specific questions.
-Stephen
Hi Stephen,
As you said,if we using MCU1_0 and Main R5F2_0 at the same time, so we must initialize sciserver?
And initialize the sciserver function, I only found a demo base on TIRTOS in the SDK7.01.01, then we use OS(OSEK) of AUTOSAR instand of TIRTOS, so what we need to modify to adapt to Osek?
Regards,
Xie
Hi Xie,
Yes, you are correct on both - sciserver is required for in order Main R5F to use any Sciclient API. The sciserver is only implemented for TIRTOS in the PDK example, but other OS will require porting.
-Stephen