Errors pin configuration

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

Errors pin configuration

1,334 Views
manibharathi
Contributor II

I am new to NXP microcontrollers, and while working with the MCU FS32K118LAT0MLFT, In S32 design studio, I encountered some errors in the pin configuration. 

 

(i) I didn't find the part number in the S32DS

(ii) After , I creating the project in pin configuration, i got errors like files to import

Tags (3)
0 Kudos
Reply
4 Replies

1,283 Views
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @manibharathi,

Could you please share RTD + S32 Design Studio versions? 

When creating a project, you must: Select a device > Select toolchain (GCC 10.2 for RTD package) > Attach RTD.

 

attach_sdk.png

After this, you should be able to open the .mex file into S32 Config Tools without issues:

pins_tool.png

Are you able to import any examples instead of creating a new project? 

Best reagrds,
Julián

0 Kudos
Reply

1,242 Views
manibharathi
Contributor II

Hi, @Julián_AragónM , Thanks for your reply.

My S32 Design Studio version is 3.6.6 and my RTD version is 3.0.0 .

I very beginner to NXP microcontroller, Can you guide me what version are needed to download and How to allocate the pins and write the code?

Tags (3)
0 Kudos
Reply

1,137 Views
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @manibharathi,

Sorry for the late reply.

RTD 3.0.0 is already the latest version for the S32K1 drivers. I assume you already have them installed, if not, please refer to the attached document (Getting Started with the Real Time Drivers (RTD).pdf).

I recommend checking our list of HOWTOs: S32DS - list of HOWTOs.

It shows how to create a new project from example, scratch, how to create a LED blinky example, with and without AUTOSAR layer.

There are also some examples inside the RTD package. Specifically, Dio_Example and Gpio_Dio_Ip_Example projects configure a LED output in the board.

Snag_66ff254.png

Lastly, you can also refer to the RTD training presentation for Pins and Clocks: S32K3XX Pins and Clocks with RTD. It is based on S32K3XX, however, functionality is very similar.

If you have any issues configuring pinout or with code, please let me know.

Best regards,
Julián

0 Kudos
Reply

1,112 Views
manibharathi
Contributor II

Hi @Julián_AragónM Thanks for your reply , I will go through this and I will update you.