MCF52259 MQX

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

MCF52259 MQX

1,589件の閲覧回数
sharda
Contributor II

Dear all,

I am new to this MQX RTOS.I am testing the example application in C:smileytongue:rogram files\freescale\MQX3.0\mqx\example\Timer.mcp.When i compile it gives an error that MQX_USE_TIMER  must be  enable in user_config.h & then recompile the kernel.Once i do this, i get link error to all the functions related to timer, for example _timer_start_periodic_at_ticks.Can anybodytell me why this error is occuring....

ラベル(1)
0 件の賞賛
返信
2 返答(返信)

737件の閲覧回数
PetrL
NXP Employee
NXP Employee

Hi,

I guess, that you have modified user_config.h in your lib/ directory. (lib directory is generated during each kernel rebuild, .h files are copied there from various places. You should always modify files on original location)

 

You should modify it in following dir : config/<your_board>/user_config.h and rebuild psp and  bsp libs.

 

PetrL

0 件の賞賛
返信

737件の閲覧回数
d_vara
Contributor III
I think that you must  recompile MQX libraries according to your board.
Message Edited by d.vara on 2009-06-09 12:46 PM
0 件の賞賛
返信