5777C AUTOSAR MCAL in S32DS

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

5777C AUTOSAR MCAL in S32DS

1,692 Views
fairwing
Contributor I

S32DS AUTOSAR MCAL

I'm trying to develop the MCAL for MPC5777c w/ S32 Design Studio.

I can acquired the MCAL for 5777C and EB Tresos tool in nxp autosar software section and I setting the MCAL for my EVB and generate the MCAL BSW code.

pastedImage_1.png

this is Generated code from EB tresos

However when I trying to merge and build the project with S32DS, It is not going very well.

First, I make a SDK(software devlop kit) for my own.

pastedImage_2.png

This is what from the MCAL setup file, there is Plugins for make SDK(maybe not).

I make a SDK in S32DS like this link https://www.programmersought.com/article/68541996409/ 

pastedImage_4.png

And make project with SDK.

But when I Built it, error is accur.

pastedImage_5.png

How can I merge the MCAL Generated code with S32DS?

I don't know what I'm doing is right way.

Please Help.

0 Kudos
2 Replies

1,632 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

it's hard to say what's wrong. The easiest way how to use MCAL is just copy ganerated sources into your project. What's your compiler? MCAL is not supporting gcc. 

Jiri

0 Kudos

1,632 Views
fairwing
Contributor I

Wow thank you

I think I have to copile with GHS.

THANKS A LOT!

0 Kudos