Hi,
but if we select multiple pin also ,the code will not generate in pin_mux.c file.
lets assume i have selected multiple pin like
ADC0-> PTA1/PTA6/PTA7/PTB0/PTB1/PTB2/PTB3... INPUT and click on generates processor expert code
code will not generated in pin_mux.c file as well.
see generated code below:
/* MODULE pin_mux. */
#include "device_registers.h"
#include "pin_mux.h"
/**
* @page misra_violations MISRA-C:2012 violations
*
*
* @section [global]
* Violates MISRA 2012 Advisory Rule 11.4, A conversion should not be performed
* between a pointer to object and an integer type.
* The cast is required to initialize a pointer with an unsigned int define,
* representing an address.
*
* @section [global]
* Violates MISRA 2012 Required Rule 11.6, A cast shall not be performed
* between pointer to void and an arithmetic type.
* The cast is required to initialize a pointer with an unsigned int define,
* representing an address.
*
* @section [global]
* Violates MISRA 2012 Advisory Rule 8.7, External variable could be made static.
* The external variables will be used in other source files in application code.
*
* @section [global]
* Violates MISRA 2012 Required Rule 9.3, partial array initialization.
* The object array is initialized sequentially.
*
* @section [global]
* Violates MISRA 2012 Required Rule 9.4, Duplicate initialization of object element.
* The object array is initialized sequentially.
*
*/
/*! @brief No pin was configured different with reset value */
/* END pin_mux. */
/*!
** @}
*/
/*
** ###################################################################
**
** This file was created by Processor Expert 10.1 [05.21]
** for the Freescale S32K series of microcontrollers.
**
** ###################################################################
*/