I am trying to run some MQX example programs on the K70 Tower System. Using CW10.2 MQX 3.8.1
My problem is, every time I load the example, the code hangs in the __pe_initialize_hardware(void)function on the line of code that checks IREFST in MCG_C6 --> while((MCG_S & MCG_S_IREFST_MASK) != 0x00U)
Has anyone else had this problem and resolved it?
Thank you.