New Project Stationary

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

New Project Stationary

Jump to solution
1,550 Views
AloysiusJegan
Contributor III

I am using MQX RTOS for my project. While creating any project I am getting the default project template for the following

 

1. M52223EVB Board

2. M52235EVB Board

3. M52259DEMO Board

4. M52259EVB Board

 

In the above list I wanted to add the boad support for M52254. Can anyone please tell me how to do this?

 

mqx.jpg

Message Edited by t.dowe on 2009-09-17 09:38 AM
0 Kudos
Reply
1 Solution
633 Views
PetrL
NXP Employee
NXP Employee

MQX distribution offers project stationeries only for supported boards. Your MQX release supports only boards listed.

If you want to use MQX on different platform/board you have to create your own BSP.

MCF52254 processor is almost the same as MCF52259. So the simplest way for you is to modify one of existing M52259 BSPs to reflect your board settings. (gpio_init.c; <board_name>.h ...)

 

PetrL

View solution in original post

0 Kudos
Reply
2 Replies
634 Views
PetrL
NXP Employee
NXP Employee

MQX distribution offers project stationeries only for supported boards. Your MQX release supports only boards listed.

If you want to use MQX on different platform/board you have to create your own BSP.

MCF52254 processor is almost the same as MCF52259. So the simplest way for you is to modify one of existing M52259 BSPs to reflect your board settings. (gpio_init.c; <board_name>.h ...)

 

PetrL

0 Kudos
Reply
633 Views
AloysiusJegan
Contributor III

Hi Petrl,

 

Thanks for the info.

 

Regards

Aloysius Jegan.

http://www.aloysiusjegan.in

 

0 Kudos
Reply