Hello,
we are sorry for the invonvenience. We will fix it within CW V10.2 update. For now as workaround please add the following row after calling PE_low_level_init:
/* PORTC_PCR11: ISF=0,MUX=5 */
PORTC_PCR11 = (uint32_t)((PORTC_PCR11 & (uint32_t)~0x01000200UL) | (uint32_t)0x0500UL);
best regards
Vojtech Filip
Processor Expert Support Team