MCF52259 MQX

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

MCF52259 MQX

1,582 次查看
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 回复数

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

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