Hi Marek,
I have the MK64FN1M0VLQ12 package selected (144 pin package). All the pins appear on the PinSettings as expected.
I have tried to set the pins in the PinsSettings as well. For the FB_TA_b pin, if I select it in both the Init_FB component and the PinSettings, Pex generates an error but it doesn’t care about the other two pins. Either way the pins are not setup in pin_mux.c or anywhere else.
At the moment I have a file that has:
/* Affects PORTC_PCR19 register */
PORT_HAL_SetMuxMode(PORTC,19UL,kPortMuxAlt6);
/* Affects PORTC_PCR17 register */
PORT_HAL_SetMuxMode(PORTC,17u,kPortMuxAlt5);
/* Affects PORTC_PCR16 register */
PORT_HAL_SetMuxMode(PORTC,16u,kPortMuxAlt5);
and I keep this file open in KDS then copy / paste the contents to the end of init_fb_pins in pin_mux.c every time I generate the Pex code, which is a bit of a pain.
I have attached a project.
P.S. After cleaning the project in KDS I get the error ‘Program “make” not found in PATH’. This error was not there before but everything still builds as before.
Best regards,
Adrian.