New Project Stationary

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

New Project Stationary

跳至解决方案
1,579 次查看
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 项奖励
回复
1 解答
662 次查看
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 项奖励
回复
2 回复数
663 次查看
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 项奖励
回复
662 次查看
AloysiusJegan
Contributor III

Hi Petrl,

 

Thanks for the info.

 

Regards

Aloysius Jegan.

http://www.aloysiusjegan.in

 

0 项奖励
回复