MCF52259 MQX

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

MCF52259 MQX

1,154 Views
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....

Labels (1)
0 Kudos
2 Replies

302 Views
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 Kudos

302 Views
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 Kudos