Hi everyone,
I am a beginner, I have downloaded EB tresos and S32DS to configure drivers on my board. But I don't really know how to send/receive messages via Ethernet using my MPC5748G board. I already implemented the IPC C code but I don't know how to deploy it on the board and use it as communication way between the two processors.
Thanks in advance
Sincerely,
Hello,
Are you trying to import the project to S32DS? Have you had a chance to build the project via command line, i.e. execute the launch.bat and succeeded with it?
As far as I remembered, in order to import the project to S32DS, you have to build almost everything from scratches (include directories, compiler options,... needs to be added manually)
Best Regards,
Nam
Hello,
Thanks for your reply. Let me try to create one simple sample application and send to you later. One more question, in which version MCAL you're using (ASR 4.2 or 4.3, and which RTM?)
Best Regards,
Nam
MPC574XG_MCAL4_0_RTM_1_0_5
with 3 HF.
Thanks in advance,
rubik
Hello,
Could you specify your using software? Is it a AUTOSAR MCAL package? As I know the NXP AUTOSAR MCAL doesn't provide IPC driver, only ETH driver is provided.
Best Regards,
Nam
Yes, it is a MCAL package. I want to do inter process communication between MPC5748G and my pc.
Yes I know I do not have IPC driver, I want to implement the communication using Eth drivers and others (Base, Port and Res).
Thanks again
Hello @rubik__90,
As I'm not allowed to share the sample via the NXP community, I have sent you an email and share the sample via the NXP portal ticket (which is mentioned in the email, too). Please check your inbox and let me know if you have any trouble.
Best Regards,
Nam
Thanks for your support.
I just changed the launch.bat file in this part: (I am using another compiler)
::You have to uncomment and set the following variables if they are not already set
:: uncomment line below if you do not set TRESOS_DIR over environment
::TRESOS
SET TRESOS_DIR=C:/EB/tresos/
::GHS
::SET GHS_DIR=C:/ghs/comp_201914
::DIAB
SET DIAB_DIR=C:\WindRiver\compilers\diab-5.9.6.2
::Path to the plugins folder
SET PLUGINS_DIR=C:\NXP\AUTOSAR\MPC574XG_CALYPSO_MCAL4_0_RTM_HF3_1_0_5\eclipse\plugins
SET MAKE_DIR=C:\cygwin64
::SSC
::SET SSC_ROOT=C:/NXP/AUTOSAR/MPC574xG_AUTOSAR_OS_4_0_92_RTM_1_0_3
but I get over then 7000 errors. They seem to be unresolved dependendecies caused by the fact that I didn't incude a lot of header files, even if I included the "include" folder properly.
What could I try to fix it?
Thanks in advance
rubik