I've seen the examples, but i need to run code from my own board ( not a tower ).
Based on the examples, my code is stoped while trying to check the source of the FLL reference (bsp_cm.c)
void __pe_initialize_hardware(void)
{
..........
while((MCG_S & MCG_S_IREFST_MASK) == 0x00U) { /* Check that the source of the FLL reference clock is the internal reference clock. */
}
while((MCG_S & 0x0CU) != 0x00U) { /* Wait until output of the FLL is selected */
}