Hi,
I test the FRDM-K32L3A6
in the file K32L3A60_cm4.h (under the folder device) there is on line 6992 to 7000
definition of PORTE, but if i understand the reference manual this port is only accessible for the
cortex m0+ core, so this definition can be removed ?
also in file pin_mux.h, there is
void BOARD_InitPins_cm4(void); /* Function assigned for the Cortex-M4F */
with definition for SW3 to SW5 connected to the portE, so this can be removed also.
Thanks
Best Regards