Getting started with MPC5777C using Autosar flash driver

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Getting started with MPC5777C using Autosar flash driver

跳至解决方案
622 次查看
ajmerijaimin
Contributor III

I'm new AUTOSAR. I was told to develop Flash memory and NVM driver based on Autosar Spec with GHS compiler. So I looked at this Autosar page and I see that Flash & NVM drivers already exist as MCAL which is available for download.

1. I don't understand how to use and get started with using the GHS compiler. I also read on some support thread that there is no SDK. From the S32 design studio page I see that SDK is available. I'm confused about how to proceed ahead with my work.

2. At the end of the Autosar page I see licensing options for MCAL which is free of charge for MPC5777C. Is it free for commercial use?

Please suggest.

0 项奖励
1 解答
598 次查看
petervlna
NXP TechSupport
NXP TechSupport

Hello,

1. I don't understand how to use and get started with using the GHS compiler.

 You can ask GHS for training, we do not provide such trainings.

I also read on some support thread that there is no SDK. From the S32 design studio page I see that SDK is available. I'm confused about how to proceed ahead with my work.

Why would you have 2 driver structoures, SDK and AUTOSAR. It is not wise to mix AUTOSAR drivers with other SW drivers.

S32DS - use gcc compiler which is not validated for AUTOSAR, therefore you wont be able to compile the NXP MCAL with gcc compiler.

Supported are only GHS and windriver compilers.

2. At the end of the Autosar page I see licensing options for MCAL which is free of charge for MPC5777C. Is it free for commercial use?

yes, it is free of charge.

best regards,

Peter

在原帖中查看解决方案

0 项奖励
1 回复
599 次查看
petervlna
NXP TechSupport
NXP TechSupport

Hello,

1. I don't understand how to use and get started with using the GHS compiler.

 You can ask GHS for training, we do not provide such trainings.

I also read on some support thread that there is no SDK. From the S32 design studio page I see that SDK is available. I'm confused about how to proceed ahead with my work.

Why would you have 2 driver structoures, SDK and AUTOSAR. It is not wise to mix AUTOSAR drivers with other SW drivers.

S32DS - use gcc compiler which is not validated for AUTOSAR, therefore you wont be able to compile the NXP MCAL with gcc compiler.

Supported are only GHS and windriver compilers.

2. At the end of the Autosar page I see licensing options for MCAL which is free of charge for MPC5777C. Is it free for commercial use?

yes, it is free of charge.

best regards,

Peter

0 项奖励