New program for K70 eval board crashes - MQX 3.8, CW 10.2

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

New program for K70 eval board crashes - MQX 3.8, CW 10.2

ソリューションへジャンプ
913件の閲覧回数
mrupp_viatechno
Contributor III

I am trying to follow the example in FSL_MQX_in_CW_10_x.pdf on creating a new MQX project.  When running the resulting program it crashes (I think a data abort).  It crashes on the following line of code in sc_irdyq.c:

 

priority_levels = kernel_data->LOWEST_TASK_PRIORITY + 2;

 

The value of kernel_data is 0x15cdda03.

 

I have successfully run the hello world (and other) examples.

 

When running the hello example kernel_data is 0x20000160.

 

Ideas?

 

 

0 件の賞賛
返信
1 解決策
735件の閲覧回数
mrupp_viatechno
Contributor III

Solved the problem by including the 'USB device' library.  Why would this be needed?

 

 

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
736件の閲覧回数
mrupp_viatechno
Contributor III

Solved the problem by including the 'USB device' library.  Why would this be needed?

 

 

0 件の賞賛
返信