Question on setting up my MQX and codewarrior 10.2

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Question on setting up my MQX and codewarrior 10.2

309 Views
jdwalther
Contributor I

I am running through the FSL_MQX_in_CW_10_x examples.  The hello world example will compile and load in the debugger, but does not run to main.  It stops in the bsp where it is checking

while((MCG_S & MCG_S_IREFST_MASK) != 0x00U) { /* Check that the source of the FLL reference clock is the external reference clock. */

}

 

the new program also gets stuck here and other demos also do not run past this point.

 

Is there a setting I need to change, or something I need to set in the config.h file.  I am using the kinetis K60n512 development board

 

0 Kudos
1 Reply

213 Views
c0170
Senior Contributor III

Hi jdwalther,

 

I suspect problem with jumpers (definitely one related to clock settings - J6). Check the Getting started document to set properly jumpers on your board.

 

Regards,

MartinK