Automotive NFC

Provides an example of integration of Automotive NFC and S32 SDK

Application description


The purpose of this demo application is to show you how to integrate the S32 SDK with Automotive NFC.

Note
For more detailed information on the Automotive NFC functions please consult the available documentation.

Prerequisites


To run the example, you will need to have the following items:

  • 1 S32K118 board

Boards supported


The following boards are supported by this application:

  • S32K118EVB-Q064

Hardware Wiring


The following connections must be done to for this example application to work:

How to run


1. Importing the project into the workspace

After opening S32 Design Studio, go to File -> New S32DS Project From... and select anfc_s32k118. Then click on Finish.
The project should now be copied into your current workspace.

2. Generating the Processor Expert configuration

First go to Project Explorer View in S32 DS and select the current project(anfc_s32k118). Then go to Project and click on Generate Processor Expert Code
Wait for the code generation to be completed before continuing to the next step.

3. Building the project

Select the configuration to be built FLASH (Debug_FLASH) by left clicking on the downward arrow corresponding to the build button.

A terminal emulator configured with the following communication parameters is needed by this application:

  • 115200 Baud rate
  • 8 Data bits
  • 1 Stop bit
  • No parity
  • No flow control

Follow the instructions in the terminal.

Note
For more detailed information related to S32 Design Studio usage please consult the available documentation.