Question on setting up my MQX and codewarrior 10.2

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Question on setting up my MQX and codewarrior 10.2

701 次查看
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 项奖励
回复
1 回复

605 次查看
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